MythTV master
checksetup.h
Go to the documentation of this file.
1bool checkStoragePaths(QStringList &probs);
2bool checkImageStoragePaths(QStringList &probs);
3bool checkChannelPresets(QStringList &probs);
4bool checkInputDisplayNames(QStringList &probs);
5bool CheckSetup(QStringList &problems);
bool checkImageStoragePaths(QStringList &probs)
Definition: checksetup.cpp:125
bool checkInputDisplayNames(QStringList &probs)
Definition: checksetup.cpp:250
bool checkChannelPresets(QStringList &probs)
Definition: checksetup.cpp:180
bool needsMFDBReminder()
Definition: checksetup.cpp:294
bool checkStoragePaths(QStringList &probs)
Do the Storage Group filesystem paths exist? Are they writable? Is the Live TV filesystem large enoug...
Definition: checksetup.cpp:49
bool CheckSetup(QStringList &problems)
Build up a string of common problems that the user should correct in the MythTV-Setup program.
Definition: checksetup.cpp:286