QmlDebug: Avoid hiding of virtual functions

Change-Id: I1722f5298693b6ed9700dcd65d5e2210500a6206
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Ulf Hermann
2014-09-15 11:44:55 +02:00
committed by Tobias Hunger
parent 1eaadfa7d7
commit 8584730963
2 changed files with 4 additions and 4 deletions

View File

@@ -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) {}