mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-12-14 23:03:40 +00:00
fix kde4 build
fix tray destruction on KF5
This commit is contained in:
@ -48,6 +48,7 @@ public:
|
||||
QTranslator *appTranslator = 0);
|
||||
~MainWindow();
|
||||
Qt::ToolBarArea getToolBarArea();
|
||||
void emitNeedToBeConfigured();
|
||||
QStringList printSettings();
|
||||
netctlCurrent printTrayInformation();
|
||||
bool isHelperActive();
|
||||
@ -86,9 +87,6 @@ public slots:
|
||||
|
||||
signals:
|
||||
void needToBeConfigured();
|
||||
void needShowAboutWindow();
|
||||
void needShowNetctlAutoWindow();
|
||||
void needShowSettingsWindow();
|
||||
|
||||
private slots:
|
||||
void setTabByAction(QAction *action);
|
||||
|
||||
Reference in New Issue
Block a user