Logo white

yanxiaolong / Myre

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Myre
  • main.cpp
  • first commit
    ab7b1f60
    yanxiaolong authored
    2021-04-14 12:02:31 +0800  
    Browse Code ยป
main.cpp 160 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11
#include "myre.h"

#include <QApplication>

int main(int argc, char *argv[])
{
    QApplication a(argc, argv);
    Myre w;
    w.show();
    return a.exec();
}