Struct which contains the relevant QDir, the errno reported, and the QString generated by the errno. More...
#include <datapaths.h>
Public Member Functions | |
| DirErrno (QDir directory, int errnoNum, QString errnoString) | |
| bool | isError () const |
Public Attributes | |
| QDir | directory |
| int | errnoNum |
| QString | errnoString |
Static Public Attributes | |
| static const int | CUSTOM_ERROR = -1 |
Struct which contains the relevant QDir, the errno reported, and the QString generated by the errno.
Definition at line 101 of file datapaths.h.