Skip to content

Commit 25bcbdf

Browse files
committed
FileSystemInfo::m_local: correct doxygen comment
1 parent 78edf1a commit 25bcbdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mythtv/libs/libmythbase/filesysteminfo.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class MBASE_PUBLIC FileSystemInfo
8989

9090
QString m_hostname;
9191
QString m_path;
92-
bool m_local {false}; ///< set based on statfs
92+
bool m_local {false}; ///< set based on QStorageInfo::device()
9393
int m_fsid {-1}; ///< set by Consolidate
9494
int m_grpid {-1}; ///< set by setGroupID
9595
// cached from statfs

0 commit comments

Comments
 (0)