aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/widgets/FileTreeView.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-01-23 12:27:30 +0000
committersaturneric <[email protected]>2024-01-23 12:27:30 +0000
commit079b613d373c9ea317d49941728da146dad32356 (patch)
treea37a567cf27368f445b0365008e96c7a9ae958f1 /src/ui/widgets/FileTreeView.h
parentfix: solve issues at i18n support (diff)
downloadGpgFrontend-079b613d373c9ea317d49941728da146dad32356.tar.gz
GpgFrontend-079b613d373c9ea317d49941728da146dad32356.zip
feat: add a setting to enable gpgme debug log
Diffstat (limited to 'src/ui/widgets/FileTreeView.h')
-rw-r--r--src/ui/widgets/FileTreeView.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/widgets/FileTreeView.h b/src/ui/widgets/FileTreeView.h
index 9e9b03dd..d2272f90 100644
--- a/src/ui/widgets/FileTreeView.h
+++ b/src/ui/widgets/FileTreeView.h
@@ -38,14 +38,14 @@ class FileTreeView : public QTreeView {
/**
* @brief Get the Current Path object
*
- * @return std::filesystem::path
+ * @return QString
*/
auto GetCurrentPath() -> QString;
/**
* @brief Get the Selected Path object
*
- * @return std::filesystem::path
+ * @return QString
*/
auto GetSelectedPath() -> QString;
@@ -53,7 +53,7 @@ class FileTreeView : public QTreeView {
* @brief Get the Path By Click Point object
*
* @param point
- * @return std::filesystem::path
+ * @return QString
*/
auto GetPathByClickPoint(const QPoint& point) -> QString;