Пример #1
0
int main (int argc, char **argv)
{
	int author = 0xd34df00d;
	Q_UNUSED (author);

	LeechCraft::Application app (argc, argv);
	return app.exec ();
}
Пример #2
0
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 ();
}