mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2025-09-05 18:22:46 +00:00
WIP: Reimplementation of ListModels.
This commit is contained in:
parent
76a49868b9
commit
e421adf733
356 changed files with 1830 additions and 1833 deletions
|
@ -25,5 +25,13 @@ const char *LoadException::what() const noexcept {
|
|||
return m_message.c_str();
|
||||
}
|
||||
|
||||
QException *LoadException::clone() const {
|
||||
return new LoadException(*this);
|
||||
}
|
||||
|
||||
void LoadException::raise() const {
|
||||
throw *this;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue