Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-2678

Maemo target needs only one instance of "Deployables" object

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Not Evaluated Not Evaluated
    • Qt Creator 2.2.0
    • None
    • Remote Linux
    • None
    • fe72f7c2f9e2ddcde695e34373797f0fd9ef59f0

      Currently, every deploy configuration has its own instance of the MaemoDeployables class. This is silly, because that information is only dependent on the current target, which is the same for all deploy steps. The same goes for the associated widget. So we waste space and, much more importantly for big projects, parsing time.
      Possible solution: The first deploy step allocates the MaemoDeployables object, the others retrieve it from there. If the first deploy step is deleted, the ownership is transferred to the next one (or the object is deleted, if no deploy steps are left).

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            kandeler Christian Kandeler
            kandeler Christian Kandeler
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes