mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-17 20:30:00 +01:00
first commit
This commit is contained in:
11
src/main.cpp
Normal file
11
src/main.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#include"qtheaders.h"
|
||||
#include "main_window.h"
|
||||
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
QApplication app(argc, argv);
|
||||
AC_MainWindow window;
|
||||
window.show();
|
||||
return app.exec();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user