forked from qt-creator/qt-creator
QmlJS: Rename variable called "interface"
Easily conflicts with a macro of the same name in windows.h. Change-Id: Ia6dfb294092497c48816e71ff901e9c3b2c8359f Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
@@ -242,7 +242,7 @@ protected:
|
||||
ModelManagerInterface *modelManager,
|
||||
QmlJS::Dialect mainLanguage,
|
||||
bool emitDocChangedOnDisk);
|
||||
static void updateCppQmlTypes(QFutureInterface<void> &interface,
|
||||
static void updateCppQmlTypes(QFutureInterface<void> &futureInterface,
|
||||
ModelManagerInterface *qmlModelManager,
|
||||
CPlusPlus::Snapshot snapshot,
|
||||
QHash<QString, QPair<CPlusPlus::Document::Ptr, bool> > documents);
|
||||
|
||||
Reference in New Issue
Block a user