diff options
author | saturneric <[email protected]> | 2024-01-01 09:15:25 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-01-01 09:15:25 +0000 |
commit | 1cdba285be9bebd9b793fc6ae0369d201a0e713b (patch) | |
tree | 6f38e86b19044ba9ecbe9a520e150dd49cb992a8 /src/ui/main_window/MainWindow.h | |
parent | feat: fully test basical operations of archive and file (diff) | |
download | GpgFrontend-1cdba285be9bebd9b793fc6ae0369d201a0e713b.tar.gz GpgFrontend-1cdba285be9bebd9b793fc6ae0369d201a0e713b.zip |
feat: improve file browser's functions and tidy up codes
Diffstat (limited to 'src/ui/main_window/MainWindow.h')
-rw-r--r-- | src/ui/main_window/MainWindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/main_window/MainWindow.h b/src/ui/main_window/MainWindow.h index 70bf7cb9..7697e2f3 100644 --- a/src/ui/main_window/MainWindow.h +++ b/src/ui/main_window/MainWindow.h @@ -114,7 +114,7 @@ class MainWindow : public GeneralMainWindow { /** * @details Open a new tab for path */ - void SlotOpenFile(QString& path); + void SlotOpenFile(const QString& path); /** * @details Open dialog for encrypting file. |