diff options
Diffstat (limited to 'src/ui/widgets/FileTreeView.h')
-rw-r--r-- | src/ui/widgets/FileTreeView.h | 6 |
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; |