aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/qtmocscanner.h
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2017-07-31 12:59:52 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2017-08-02 07:52:55 +0000
commit733aa0eb6bc049e2486ca74b18a59b4c36a5353a (patch)
tree9aa6f1509189fb5078352a352d83a546a2e5d18f /src/lib/corelib/buildgraph/qtmocscanner.h
parentfb13df6b5036432e2b27543538bf30fe47ad0c8d (diff)
Use categorized logging for the moc scanner
Change-Id: Ia5f9944887d31f6b9234487d626bd4d034a6fa4a Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/lib/corelib/buildgraph/qtmocscanner.h')
-rw-r--r--src/lib/corelib/buildgraph/qtmocscanner.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/corelib/buildgraph/qtmocscanner.h b/src/lib/corelib/buildgraph/qtmocscanner.h
index 67ef03fec..9b0a00f31 100644
--- a/src/lib/corelib/buildgraph/qtmocscanner.h
+++ b/src/lib/corelib/buildgraph/qtmocscanner.h
@@ -41,7 +41,6 @@
#define QBS_QTMOCSCANNER_H
#include <language/language.h>
-#include <logging/logger.h>
#include <QtCore/qhash.h>
#include <QtCore/qstring.h>
@@ -63,8 +62,7 @@ struct CommonFileTags;
class QtMocScanner
{
public:
- explicit QtMocScanner(const ResolvedProductPtr &product, QScriptValue targetScriptValue,
- const Logger &logger);
+ explicit QtMocScanner(const ResolvedProductPtr &product, QScriptValue targetScriptValue);
~QtMocScanner();
private:
@@ -76,7 +74,6 @@ private:
const CommonFileTags &m_tags;
const ResolvedProductPtr &m_product;
QScriptValue m_targetScriptValue;
- const Logger &m_logger;
QHash<QString, QString> m_includedMocCppFiles;
ScannerPlugin *m_cppScanner;
ScannerPlugin *m_objcppScanner;