summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/targetsettingspanel.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@nokia.com>2010-02-22 14:42:37 +0100
committerTobias Hunger <tobias.hunger@nokia.com>2010-02-22 18:07:21 +0100
commitb492c264faba030b1b234776cfbc5a1d844768c1 (patch)
tree96440e0c2fef81497a28e9a5180543537503ed8f /src/plugins/projectexplorer/targetsettingspanel.h
parentb2636e9b85ad72280c593ae2f847b83a7d21aee0 (diff)
downloadqt-creator-b492c264faba030b1b234776cfbc5a1d844768c1.tar.gz
Sort targets on displayname in project mode
Reviewed-by: con
Diffstat (limited to 'src/plugins/projectexplorer/targetsettingspanel.h')
-rw-r--r--src/plugins/projectexplorer/targetsettingspanel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/targetsettingspanel.h b/src/plugins/projectexplorer/targetsettingspanel.h
index 3c801feef0..9b596bbdd2 100644
--- a/src/plugins/projectexplorer/targetsettingspanel.h
+++ b/src/plugins/projectexplorer/targetsettingspanel.h
@@ -97,6 +97,7 @@ private:
QStackedWidget *m_centralWidget;
QWidget *m_noTargetLabel;
PanelsWidget *m_panelWidgets[2];
+ QList<Target *> m_targets;
};
} // namespace Internal