summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/taskwindow.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@digia.com>2013-08-15 12:14:46 +0200
committerTobias Hunger <tobias.hunger@digia.com>2013-08-19 11:24:32 +0200
commit85b2017a6944863f1147c143fdd8299a3ebde276 (patch)
tree27a62b7aec33cb5d1247f83386fc86a40c25c99b /src/plugins/projectexplorer/taskwindow.h
parent53a49e3a64f739cd4f6cb94c23bbf85321f014fa (diff)
downloadqt-creator-85b2017a6944863f1147c143fdd8299a3ebde276.tar.gz
TaskHub: Move code to be more conform with other singletons
Make methods static and add a instance() method for Signals/Slots. Remove ProjectExplorerPlugin::taskHub() method and use the new ones instead. Change-Id: Ifae24ff19579fc524cbd61bddc826095c443adfa Reviewed-by: Daniel Teske <daniel.teske@digia.com> Reviewed-by: hjk <hjk121@nokiamail.com>
Diffstat (limited to 'src/plugins/projectexplorer/taskwindow.h')
-rw-r--r--src/plugins/projectexplorer/taskwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/taskwindow.h b/src/plugins/projectexplorer/taskwindow.h
index a9d8f45263..70ff0059d8 100644
--- a/src/plugins/projectexplorer/taskwindow.h
+++ b/src/plugins/projectexplorer/taskwindow.h
@@ -52,7 +52,7 @@ class TaskWindow : public Core::IOutputPane
Q_OBJECT
public:
- TaskWindow(ProjectExplorer::TaskHub *taskHub);
+ TaskWindow();
virtual ~TaskWindow();
void delayedInitialization();