aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/extracompiler.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2016-01-22 11:58:37 +0100
committerUlf Hermann <ulf.hermann@theqtcompany.com>2016-02-16 12:53:20 +0000
commit8643877c337e3ab4f3ec57570ba5441c1fa7c619 (patch)
treefdaf55c301271c712638093b0c7b56f68931564e /src/plugins/projectexplorer/extracompiler.h
parent2b48a4fa27c1d6a16d105656a7f8b2ec8cb50933 (diff)
ProjectExplorer: Allow extra compilers to post compile issues
If we have a text editor for the source document the errors will be highlighted in the editor then. Change-Id: I02ed24783e7079c3d2cb308d8111b399cd77adb1 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
Diffstat (limited to 'src/plugins/projectexplorer/extracompiler.h')
-rw-r--r--src/plugins/projectexplorer/extracompiler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/extracompiler.h b/src/plugins/projectexplorer/extracompiler.h
index 94c313e225..bd248eabd8 100644
--- a/src/plugins/projectexplorer/extracompiler.h
+++ b/src/plugins/projectexplorer/extracompiler.h
@@ -27,6 +27,7 @@
#include "projectnodes.h"
#include "project.h"
+#include "task.h"
#include <coreplugin/editormanager/ieditor.h>
#include <utils/fileutils.h>
@@ -62,6 +63,7 @@ signals:
protected:
Utils::Environment buildEnvironment() const;
+ void setCompileIssues(const QList<Task> &issues);
private:
void onTargetsBuilt(Project *project);