Class sh::tools::LocalFile

class sh::tools::LocalFile : public QFile

A QFile (and a QIODevice) for local file access.

It also stores the information whether this is a temporary location or the permanent one.

Public Functions

LocalFile(QString &file, bool isTemp = false)
bool isTemp()

Private Members

bool _istemp