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