DataPaths::DirErrno Struct Reference

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
 

Detailed Description

Struct which contains the relevant QDir, the errno reported, and the QString generated by the errno.

Definition at line 101 of file datapaths.h.


The documentation for this struct was generated from the following file: