|
SymbolEditor
1.3.0
|
Invalid file version exception class. More...
#include <Exceptions.h>
Public Member Functions | |
| InvalidFileVersion (qint32 v) | |
| ~InvalidFileVersion () | |
Public Attributes | |
| qint32 | version |
Invalid file version exception class.
This is thrown when the library file opened is a version that is not known.
Definition at line 46 of file Exceptions.h.
|
explicit |
Constructor
| v | the version of the file that was being read |
Definition at line 60 of file Exceptions.cpp.
| InvalidFileVersion::~InvalidFileVersion | ( | ) |
Destructor
Definition at line 69 of file Exceptions.cpp.
| qint32 InvalidFileVersion::version |
the version of the file read
Definition at line 52 of file Exceptions.h.