We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78edf1a commit 25bcbdfCopy full SHA for 25bcbdf
mythtv/libs/libmythbase/filesysteminfo.h
@@ -89,7 +89,7 @@ class MBASE_PUBLIC FileSystemInfo
89
90
QString m_hostname;
91
QString m_path;
92
- bool m_local {false}; ///< set based on statfs
+ bool m_local {false}; ///< set based on QStorageInfo::device()
93
int m_fsid {-1}; ///< set by Consolidate
94
int m_grpid {-1}; ///< set by setGroupID
95
// cached from statfs
0 commit comments