summaryrefslogtreecommitdiff
path: root/src/plugins/qmakeprojectmanager/qmakeproject.h
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2020-11-27 14:36:32 +0100
committerEike Ziller <eike.ziller@qt.io>2020-11-27 15:43:33 +0000
commit18e3e70887b650a2da8a301786f93a638742c65d (patch)
treee65312297a90cb8cd0b7f48d9c116a1cdaadb61b /src/plugins/qmakeprojectmanager/qmakeproject.h
parentd3412cfcdc4ae8c6280e488d6cc23521360a3d1a (diff)
downloadqt-creator-18e3e70887b650a2da8a301786f93a638742c65d.tar.gz
qmake: Do not bring general messages pane to front
- message(): Print to general messages and blink - warning(), error(): create item in Issues pane - parse error and other errors: create item in Issues pane Task-number: QTCREATORBUG-24430 Change-Id: I6b37cef0b9e53e2207341bd179e2c60a40da9ee0 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/qmakeprojectmanager/qmakeproject.h')
-rw-r--r--src/plugins/qmakeprojectmanager/qmakeproject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmakeprojectmanager/qmakeproject.h b/src/plugins/qmakeprojectmanager/qmakeproject.h
index af10652c35..fba8c8db7a 100644
--- a/src/plugins/qmakeprojectmanager/qmakeproject.h
+++ b/src/plugins/qmakeprojectmanager/qmakeproject.h
@@ -158,7 +158,7 @@ public:
void watchFolders(const QStringList &l, QmakePriFile *file);
void unwatchFolders(const QStringList &l, QmakePriFile *file);
- static void proFileParseError(const QString &errorMessage);
+ static void proFileParseError(const QString &errorMessage, const Utils::FilePath &filePath);
enum AsyncUpdateState { Base, AsyncFullUpdatePending, AsyncPartialUpdatePending, AsyncUpdateInProgress, ShuttingDown };
AsyncUpdateState asyncUpdateState() const;