uncomment Qt attribute

This commit is contained in:
Clément Le Bihan
2021-02-01 15:26:08 +01:00
parent be689f2cda
commit 873efa99a7
+1 -1
View File
@@ -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);