1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00

Fix copy and paste error when testing the ScreenPlayWallpaper standalone

This commit is contained in:
Elias Steurer 2019-09-16 20:31:47 +02:00
parent 9727ced1c9
commit 6f38c82525

View File

@ -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();