Working toward ability to write and read *.qm files.

This commit is contained in:
Joe Taylor
2024-01-04 10:05:46 -05:00
parent b5bbf4a860
commit 4a4225bb9c
4 changed files with 53 additions and 14 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ int main(int argc, char *argv[])
// Override programs executable basename as application name.
a.setApplicationName ("QMAP");
a.setApplicationVersion ("0.3");
a.setApplicationVersion ("0.4");
// switch off as we share an Info.plist file with WSJT-X
a.setAttribute (Qt::AA_DontUseNativeMenuBar);
MainWindow w;