summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/buildmanager.h
diff options
context:
space:
mode:
authorOrgad Shaneh <orgads@gmail.com>2012-03-28 22:23:03 +0200
committerDaniel Teske <daniel.teske@nokia.com>2012-04-02 12:04:48 +0200
commit9270d858c1f834355b9eed31dbe7febbe98d5cb5 (patch)
tree18bd00e528fae363fa74ed727b38f42a192d4e6c /src/plugins/projectexplorer/buildmanager.h
parent12236050b9501d4b9bda746e6cf4ef7062e8e963 (diff)
downloadqt-creator-9270d858c1f834355b9eed31dbe7febbe98d5cb5.tar.gz
Compile output: Add 'Cancel Build' button
Change-Id: Ib633c172f3e5a79818ac737016948cbeda82ac41 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
Diffstat (limited to 'src/plugins/projectexplorer/buildmanager.h')
-rw-r--r--src/plugins/projectexplorer/buildmanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/buildmanager.h b/src/plugins/projectexplorer/buildmanager.h
index eff114e8b8..0ae6c6f84c 100644
--- a/src/plugins/projectexplorer/buildmanager.h
+++ b/src/plugins/projectexplorer/buildmanager.h
@@ -51,7 +51,7 @@ class PROJECTEXPLORER_EXPORT BuildManager : public QObject
Q_OBJECT
public:
- explicit BuildManager(ProjectExplorerPlugin *parent);
+ explicit BuildManager(ProjectExplorerPlugin *parent, QAction *cancelBuildAction);
virtual ~BuildManager();
void extensionsInitialized();