mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-03-11 08:54:48 +00:00
Silence compiler warning about an unused variable.
This commit is contained in:
parent
7e1faadd11
commit
5d9039ea89
1 changed files with 2 additions and 0 deletions
|
|
@ -89,5 +89,7 @@ void AutoTypeExecutor::execDelay(AutoTypeDelay* action)
|
|||
|
||||
void AutoTypeExecutor::execClearField(AutoTypeClearField* action)
|
||||
{
|
||||
Q_UNUSED(action);
|
||||
|
||||
// TODO: implement
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue