From e426f99d259fb439212af236a923779ba56041e0 Mon Sep 17 00:00:00 2001 From: nhmall Date: Wed, 5 Aug 2020 08:49:58 -0400 Subject: [PATCH] Use the more detailed version info on Qt --- win/Qt/qt_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/Qt/qt_main.cpp b/win/Qt/qt_main.cpp index faf32e265..7662639ef 100644 --- a/win/Qt/qt_main.cpp +++ b/win/Qt/qt_main.cpp @@ -470,7 +470,7 @@ aboutMsg() #else 5, // Qt version macro should exist; if not, assume Qt5 #endif - version_string(vbuf), /* nethack version */ + getversionstring(vbuf), /* nethack version */ #ifdef QT_VERSION_STR " with Qt " QT_VERSION_STR, #else