mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
Ref T220, renamed some main window / widget functions
Make clearer if dealing with a window or widget
This commit is contained in:
@@ -44,7 +44,7 @@ CSwiftCore::CSwiftCore(QWidget *parent) :
|
||||
{
|
||||
Q_ASSERT(sGui);
|
||||
ui->setupUi(this);
|
||||
sGui->initMainApplicationWindow(this);
|
||||
sGui->initMainApplicationWidget(this);
|
||||
const QString name(sGui->getApplicationNameAndVersion());
|
||||
setSystemTrayMode(MinimizeToTray | QuitOnClose);
|
||||
setSystemTrayToolTip(name);
|
||||
|
||||
Reference in New Issue
Block a user