diff options
author | Saturneric <[email protected]> | 2021-06-27 20:00:05 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-06-27 20:00:05 +0000 |
commit | 5143c2d56255dec8ca618bc9acaf054781dd8746 (patch) | |
tree | c2861c182fc59bbf5d505bc87929cdd118a5297e /include/ui/widgets/FilePage.h | |
parent | Develop File Opera Functions (diff) | |
download | GpgFrontend-5143c2d56255dec8ca618bc9acaf054781dd8746.tar.gz GpgFrontend-5143c2d56255dec8ca618bc9acaf054781dd8746.zip |
Add and improve file operation functions.
Diffstat (limited to 'include/ui/widgets/FilePage.h')
-rw-r--r-- | include/ui/widgets/FilePage.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/ui/widgets/FilePage.h b/include/ui/widgets/FilePage.h index d7ce51d7..5a4331be 100644 --- a/include/ui/widgets/FilePage.h +++ b/include/ui/widgets/FilePage.h @@ -38,9 +38,7 @@ public: void createPopupMenu(); signals: - - void pathChanged(QString path); - + void pathChanged(const QString &path); private slots: @@ -78,7 +76,6 @@ private: QWidget *firstParent; - }; |