mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-07-31 05:02:26 -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};
|
QApplication a {argc, argv};
|
||||||
// Override programs executable basename as application name.
|
// Override programs executable basename as application name.
|
||||||
a.setApplicationName ("MAP65");
|
a.setApplicationName ("Q65W");
|
||||||
a.setApplicationVersion ("3.0.1");
|
a.setApplicationVersion ("0.1");
|
||||||
// switch off as we share an Info.plist file with WSJT-X
|
// switch off as we share an Info.plist file with WSJT-X
|
||||||
a.setAttribute (Qt::AA_DontUseNativeMenuBar);
|
a.setAttribute (Qt::AA_DontUseNativeMenuBar);
|
||||||
MainWindow w;
|
MainWindow w;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user