mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-07 03:34:55 +00:00
uncomment Qt attribute
This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@ int main(int argc, char **argv)
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
QApplication app(argc, argv);
|
QApplication app(argc, argv);
|
||||||
//QApplication::setAttribute(Qt::AA_DisableWindowContextHelpButton);
|
QApplication::setAttribute(Qt::AA_DisableWindowContextHelpButton);
|
||||||
Renderer::QtSFML renderer(1100, 1100);
|
Renderer::QtSFML renderer(1100, 1100);
|
||||||
try {
|
try {
|
||||||
SNES snes(argv[1], renderer);
|
SNES snes(argv[1], renderer);
|
||||||
|
|||||||
Reference in New Issue
Block a user