]> granicus.if.org Git - nethack/commitdiff
Qt comment update
authornhmall <nhmall@nethack.org>
Wed, 27 Apr 2022 11:52:10 +0000 (07:52 -0400)
committernhmall <nhmall@nethack.org>
Wed, 27 Apr 2022 11:52:10 +0000 (07:52 -0400)
win/Qt/qt_bind.cpp

index 88935d70f91f28ca8f0e4b21e25cef15fc66bee2..2ddace2549b8b5a8ac19d0f62572e69aaf8d470e 100644 (file)
@@ -17,9 +17,10 @@ extern "C" {
 #include <QtWidgets/QtWidgets>
 #include <QtMultimedia/QSoundEffect>
 #else
+/* Qt6 or above */
 #include <QtWidgets/QtWidgets>
 #include <QSoundEffect>
-#endif
+#endif  /* QT_VERSION */
 #include "qt_post.h"
 #include "qt_bind.h"
 #include "qt_click.h"