mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Fix copy and paste error when testing the ScreenPlayWallpaper standalone
This commit is contained in:
parent
9727ced1c9
commit
6f38c82525
@ -49,7 +49,7 @@ int main(int argc, char* argv[])
|
||||
LinuxWindow window(list, "test", "appid", "1");
|
||||
#endif
|
||||
#if defined(Q_OS_OSX)
|
||||
LinuxWindow window(list, "test", "appid", "1");
|
||||
MacWindow window(list, "test", "appid", "1");
|
||||
#endif
|
||||
|
||||
return app.exec();
|
||||
|
Loading…
Reference in New Issue
Block a user