예제 #1
0
파일: main.cpp 프로젝트: Apkawa/leechcraft
int main (int argc, char **argv)
{
	int author = 0xd34df00d;
	Q_UNUSED (author);

	LeechCraft::Application app (argc, argv);
	return app.exec ();
}
예제 #2
0
파일: main.cpp 프로젝트: ROOAARR/leechcraft
int main (int argc, char **argv)
{
	int author = 0xd34df00d;
	Q_UNUSED (author);

	LeechCraft::Application::setAttribute (Qt::AA_X11InitThreads);

	LeechCraft::Application app (argc, argv);
	return app.exec ();
}