tests: Fix warning about requiring to call init after qApp
This commit is contained in:
@@ -194,4 +194,10 @@ bool Platform_qt::isGammaray()
|
||||
return is;
|
||||
}
|
||||
|
||||
Platform_qt::Platform_qt(int argc, char *argv[])
|
||||
{
|
||||
Q_UNUSED(argc)
|
||||
Q_UNUSED(argv)
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user