SymbolEditor
1.3.0
|
Found an invalid symbol version. More...
#include <Exceptions.h>
Public Member Functions | |
InvalidSymbolVersion (qint32 v) | |
~InvalidSymbolVersion () | |
Public Attributes | |
qint32 | version |
Found an invalid symbol version.
This is thrown when the symbol being read was not a known version.
Definition at line 97 of file Exceptions.h.
|
explicit |
Constructor
v | the version of the Symbol being read |
Definition at line 155 of file Exceptions.cpp.
InvalidSymbolVersion::~InvalidSymbolVersion | ( | ) |
Destructor
Definition at line 164 of file Exceptions.cpp.
qint32 InvalidSymbolVersion::version |
Definition at line 103 of file Exceptions.h.