aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/buildmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/projectexplorer/buildmanager.h')
-rw-r--r--src/plugins/projectexplorer/buildmanager.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/buildmanager.h b/src/plugins/projectexplorer/buildmanager.h
index fc23bc851a..fe452d6965 100644
--- a/src/plugins/projectexplorer/buildmanager.h
+++ b/src/plugins/projectexplorer/buildmanager.h
@@ -32,6 +32,7 @@
#include <QStringList>
namespace ProjectExplorer {
+namespace Internal { class CompileOutputSettings; }
class Task;
class Project;
@@ -64,6 +65,9 @@ public:
static int getErrorTaskCount();
+ static void setCompileOutputSettings(const Internal::CompileOutputSettings &settings);
+ static const Internal::CompileOutputSettings &compileOutputSettings();
+
public slots:
static void cancel();
// Shows without focus