|
|
@@ -76,9 +76,9 @@ signals:
|
|
|
void openHelp();
|
|
|
void shutdown();
|
|
|
|
|
|
- Q_INVOKABLE void hideWindow();
|
|
|
- Q_INVOKABLE void showWindow();
|
|
|
- Q_INVOKABLE void openShareDialog(const QString &sharePath, const QString &localPath);
|
|
|
+ void hideWindow();
|
|
|
+ void showWindow();
|
|
|
+ void openShareDialog(const QString &sharePath, const QString &localPath);
|
|
|
|
|
|
public slots:
|
|
|
void slotNewUserSelected();
|