From 873efa99a75de141a197e1d31352b1a95d4d405b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Le=20Bihan?= Date: Mon, 1 Feb 2021 15:26:08 +0100 Subject: [PATCH] uncomment Qt attribute --- sources/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/main.cpp b/sources/main.cpp index eb6d568..99bbc08 100644 --- a/sources/main.cpp +++ b/sources/main.cpp @@ -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);