Move project in sub
This commit is contained in:
parent
f868166756
commit
ec1af1b8e5
43 changed files with 358 additions and 2 deletions
11
sea_transport/main.cpp
Normal file
11
sea_transport/main.cpp
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#include "authwindow.h"
|
||||
|
||||
#include <QApplication>
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
QApplication a(argc, argv);
|
||||
AuthWindow w;
|
||||
w.show();
|
||||
return a.exec();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue