mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Fix warning when !QTOX_PLATFORM_EXT
This commit is contained in:
parent
84e613c609
commit
ecd8210162
|
@ -561,6 +561,8 @@ void Settings::setAutorun(bool newValue)
|
|||
{
|
||||
#ifdef QTOX_PLATFORM_EXT
|
||||
Platform::setAutorun(newValue);
|
||||
#else
|
||||
Q_UNUSED(newValue);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user