mirror of
https://github.com/Snigdha-OS/snigdhaos-assistant.git
synced 2025-09-20 19:45:01 +02:00
chore: move to qt/ directory
This commit is contained in:
11
qt/main.cpp
Normal file
11
qt/main.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "snigdhaosassistant.h"
|
||||
|
||||
#include <QApplication>
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
QApplication a(argc, argv);
|
||||
SetupAssistant w(nullptr, a.arguments().length() > 1 ? a.arguments()[1] : "");
|
||||
w.show();
|
||||
return a.exec();
|
||||
}
|
Reference in New Issue
Block a user