forked from qt-creator/qt-creator
QmlDesigner: Add logging to NodeInstanceView
Change-Id: I95f9f2e089f2d66ba9cf27b631d2478d54b18085 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
committed by
Tim Jenssen
parent
80d1a6ed42
commit
513209cf1f
@@ -78,6 +78,9 @@ public:
|
||||
virtual void token(const TokenCommand &command) = 0;
|
||||
virtual void removeSharedMemory(const RemoveSharedMemoryCommand &command) = 0;
|
||||
|
||||
virtual void benchmark(const QString &)
|
||||
{}
|
||||
|
||||
static void registerCommands();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user