mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-26 04:33:06 +01:00
Add explanation
This commit is contained in:
parent
b5b6210b39
commit
3d15948e54
@ -1,9 +1,6 @@
|
||||
#include "src/SPWmainwindow.h"
|
||||
#include <QApplication>
|
||||
#include <QStringList>
|
||||
#ifdef Q_OS_WIN
|
||||
#include <qt_windows.h>
|
||||
#endif
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
@ -24,6 +21,7 @@ int main(int argc, char* argv[])
|
||||
return -4;
|
||||
}
|
||||
|
||||
// Args: which monitor, path to project, wallpaper secret to identify the connected socket
|
||||
MainWindow w(monitor,argumentList.at(2), argumentList.at(3));
|
||||
//MainWindow w(0,"D:/672870/827148653");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user