forked from qt-creator/qt-creator
qmljs: switch to the new category logging
Change-Id: Id4e43779590939e9d6dd2d0dab536f70e721f097 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
This commit is contained in:
committed by
Kai Koehne
parent
b204c4dba2
commit
4dc438db5e
@@ -29,6 +29,9 @@
|
||||
|
||||
#ifndef QMLJSCONSTANTS_H
|
||||
#define QMLJSCONSTANTS_H
|
||||
#include "qmljs_global.h"
|
||||
|
||||
#include <utils/logging.h>
|
||||
|
||||
namespace QmlJS {
|
||||
|
||||
@@ -87,5 +90,8 @@ const char TASK_INDEX[] = "QmlJSEditor.TaskIndex";
|
||||
const char TASK_IMPORT_SCAN[] = "QmlJSEditor.TaskImportScan";
|
||||
|
||||
} // namespace Constants
|
||||
|
||||
QMLJS_EXPORT Q_DECLARE_LOGGING_CATEGORY(qmljsLog)
|
||||
|
||||
} // namespace QmlJS
|
||||
#endif // QMLJSCONSTANTS_H
|
||||
|
||||
Reference in New Issue
Block a user