Fixes: Compiler warnings

This commit is contained in:
Friedemann Kleint
2008-12-02 12:21:14 +01:00
parent 05c35356ab
commit e2fb40c763
4 changed files with 7 additions and 5 deletions

View File

@@ -118,6 +118,8 @@ void RunControl::bringApplicationToForeground(qint64 pid)
m_internalPid = pid;
m_foregroundCount = 0;
bringApplicationToForegroundInternal();
#else
Q_UNUSED(pid)
#endif
}