18 Star 375 Fork 79

ibc-dabing / Landlords

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.cpp 404 Bytes
一键复制 编辑 原始数据 按行查看 历史
#include "gamepanel.h"
#include "loading.h"
#include <QApplication>
#include <QResource>
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
qRegisterMetaType<Cards>("Cards&");
// 解决某些版本的Qt机器人线程无法执行的bug
qRegisterMetaType<Cards>("Cards");
QResource::registerResource("./resource.rcc");
Loading w;
w.show();
return a.exec();
}
1
https://gitee.com/subingwen/landlords.git
git@gitee.com:subingwen/landlords.git
subingwen
landlords
Landlords
master

搜索帮助