summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/modemanager.h
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel.molkentin@nokia.com>2010-01-21 21:12:40 +0100
committerDaniel Molkentin <daniel.molkentin@nokia.com>2010-01-21 21:13:10 +0100
commitc4d1553da4553da65ea7877af6ae7441528f1134 (patch)
tree7de35d5b4b0865e19238753269a5c92761af916b /src/plugins/coreplugin/modemanager.h
parente3675e9a1e2e9cba0b5b52ba43b4f44da19170ae (diff)
downloadqt-creator-c4d1553da4553da65ea7877af6ae7441528f1134.tar.gz
Add first version of a new sidebar, including project selector.
The project selector also allows to select targets. However, this is not yet used, since the necessary changes are still being stabilized. Done-with: con
Diffstat (limited to 'src/plugins/coreplugin/modemanager.h')
-rw-r--r--src/plugins/coreplugin/modemanager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/coreplugin/modemanager.h b/src/plugins/coreplugin/modemanager.h
index c2ad51a8a4..4cf2d8a404 100644
--- a/src/plugins/coreplugin/modemanager.h
+++ b/src/plugins/coreplugin/modemanager.h
@@ -38,6 +38,7 @@
#include <coreplugin/core_global.h>
QT_BEGIN_NAMESPACE
+class QAction;
class QSignalMapper;
class QMenu;
QT_END_NAMESPACE
@@ -50,6 +51,7 @@ class IMode;
namespace Internal {
class FancyTabWidget;
class FancyActionBar;
+class FancyConfigButton;
class MainWindow;
} // namespace Internal
@@ -67,6 +69,7 @@ public:
IMode* mode(const QString &id) const;
void addAction(Command *command, int priority, QMenu *menu = 0);
+ void addProjectSelector(QAction *action);
void addWidget(QWidget *widget);
signals: