mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-20 19:19:02 -04:00
Set Q65W program name and version.
This commit is contained in:
parent
df388a35f0
commit
df96e8dee3
@ -18,8 +18,8 @@ int main(int argc, char *argv[])
|
||||
{
|
||||
QApplication a {argc, argv};
|
||||
// Override programs executable basename as application name.
|
||||
a.setApplicationName ("MAP65");
|
||||
a.setApplicationVersion ("3.0.1");
|
||||
a.setApplicationName ("Q65W");
|
||||
a.setApplicationVersion ("0.1");
|
||||
// switch off as we share an Info.plist file with WSJT-X
|
||||
a.setAttribute (Qt::AA_DontUseNativeMenuBar);
|
||||
MainWindow w;
|
||||
|
Loading…
Reference in New Issue
Block a user