Skip to content

Commit

Permalink
FileSystemInfo::m_local: correct doxygen comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ulmus-scott committed Nov 17, 2024
1 parent 78edf1a commit 25bcbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythbase/filesysteminfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class MBASE_PUBLIC FileSystemInfo

QString m_hostname;
QString m_path;
bool m_local {false}; ///< set based on statfs
bool m_local {false}; ///< set based on QStorageInfo::device()
int m_fsid {-1}; ///< set by Consolidate
int m_grpid {-1}; ///< set by setGroupID
// cached from statfs
Expand Down

0 comments on commit 25bcbdf

Please sign in to comment.