forked from qt-creator/qt-creator
CompileOutputWindow: Remove unused ctor parameter
Change-Id: I890575cfbec90780461b249e36caebf40558f3fc Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -58,7 +58,7 @@ class CompileOutputWindow : public Core::IOutputPane
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
CompileOutputWindow(BuildManager *bm, QAction *cancelBuildAction);
|
||||
CompileOutputWindow(QAction *cancelBuildAction);
|
||||
~CompileOutputWindow();
|
||||
|
||||
QWidget *outputWidget(QWidget *);
|
||||
|
||||
Reference in New Issue
Block a user