Silence compiler warning about an unused variable.

This commit is contained in:
Felix Geyer 2015-05-12 23:40:02 +02:00
parent 7e1faadd11
commit 5d9039ea89

View File

@ -89,5 +89,7 @@ void AutoTypeExecutor::execDelay(AutoTypeDelay* action)
void AutoTypeExecutor::execClearField(AutoTypeClearField* action)
{
Q_UNUSED(action);
// TODO: implement
}