Multi diag tools
|
Provides methods for accessing standard paths. More...
#include <StandardPaths.h>
Static Public Member Functions | |
static QString | logDirectoryPath () |
Get path to the log file directory. More... | |
static QString | cacheDirectoryPath () |
Get path to the cache directory. More... | |
Provides methods for accessing standard paths.
This class uses QStandardPaths and adds some additionnal paths defined for the Mdt library.
Definition at line 34 of file StandardPaths.h.
|
static |
Get path to the cache directory.
Returns a path to a writable location located in QStandardPaths::CacheLocation
Definition at line 37 of file StandardPaths.cpp.
|
static |
Get path to the log file directory.
Returns a path to a writable location located in QStandardPaths::AppDataLocation/log
Definition at line 32 of file StandardPaths.cpp.