mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 21:40:05 +00:00
Creating reference map widget
This commit is contained in:
parent
760e8a52a1
commit
b1e00cca83
8 changed files with 631 additions and 30 deletions
11
scwx-qt/source/scwx/qt/main/main.cpp
Normal file
11
scwx-qt/source/scwx/qt/main/main.cpp
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#include "main_window.hpp"
|
||||
|
||||
#include <QApplication>
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
QApplication a(argc, argv);
|
||||
scwx::qt::MainWindow w;
|
||||
w.show();
|
||||
return a.exec();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue