Add missing Q_UNUSED
SVN_SILENT
This commit is contained in:
parent
41a39a9928
commit
895af61e47
1 changed files with 1 additions and 0 deletions
|
@ -312,6 +312,7 @@ KWin::ScriptUnloaderAgent::ScriptUnloaderAgent(KWin::Script *script)
|
|||
|
||||
void KWin::ScriptUnloaderAgent::scriptUnload(qint64 id)
|
||||
{
|
||||
Q_UNUSED(id)
|
||||
m_script->stop();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue