aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/widgets/FilePage.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2022-02-05 09:35:55 +0000
committerSaturneric <[email protected]>2022-02-05 09:35:55 +0000
commit260bb5426b6621d409f4e68981e49c936cb313bb (patch)
tree48a9b97c891d2bd8a02a43ce25dc5b725fe9a115 /src/ui/widgets/FilePage.h
parent<refactor>(ui, core, project): Move Key Package logic into core (diff)
downloadGpgFrontend-260bb5426b6621d409f4e68981e49c936cb313bb.tar.gz
GpgFrontend-260bb5426b6621d409f4e68981e49c936cb313bb.zip
<refactor>(ui, core, project): Use std::filesystem instead of boost::filesystem
Diffstat (limited to 'src/ui/widgets/FilePage.h')
-rw-r--r--src/ui/widgets/FilePage.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/widgets/FilePage.h b/src/ui/widgets/FilePage.h
index 7c1880ee..c99aeab6 100644
--- a/src/ui/widgets/FilePage.h
+++ b/src/ui/widgets/FilePage.h
@@ -29,7 +29,7 @@
#ifndef GPGFRONTEND_FILEPAGE_H
#define GPGFRONTEND_FILEPAGE_H
-#include <boost/filesystem.hpp>
+
#include "ui/GpgFrontendUI.h"
#include "ui/widgets/InfoBoardWidget.h"
@@ -200,8 +200,8 @@ class FilePage : public QWidget {
QCompleter* path_edit_completer_; ///<
QStringListModel* path_complete_model_; ///<
- boost::filesystem::path m_path_; ///<
- boost::filesystem::path selected_path_; ///<
+ std::filesystem::path m_path_; ///<
+ std::filesystem::path selected_path_; ///<
QMenu* popup_menu_{}; ///<
QMenu* option_popup_menu_{}; ///<