forked from qt-creator/qt-creator
QmlDebug: Avoid hiding of virtual functions
Change-Id: I1722f5298693b6ed9700dcd65d5e2210500a6206 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Tobias Hunger
parent
1eaadfa7d7
commit
8584730963
@@ -65,7 +65,7 @@ signals:
|
||||
|
||||
protected:
|
||||
void messageReceived(const QByteArray &);
|
||||
void sendMessage(CommandType command, int engineId);
|
||||
void sendCommand(CommandType command, int engineId);
|
||||
|
||||
struct EngineState {
|
||||
EngineState(CommandType command = InvalidCommand) : releaseCommand(command), blockers(0) {}
|
||||
|
||||
Reference in New Issue
Block a user