diff options
Diffstat (limited to 'logic/DerpInstance.h')
-rw-r--r-- | logic/DerpInstance.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/logic/DerpInstance.h b/logic/DerpInstance.h index 37d3df52..46f953c0 100644 --- a/logic/DerpInstance.h +++ b/logic/DerpInstance.h @@ -53,6 +53,8 @@ public: /// reload the full version json files. return true on success! bool reloadFullVersion(QWidget *widgetParent = 0); + /// clears all version information in preparation for an update + void clearFullVersion(); /// get the current full version info std::shared_ptr<DerpVersion> getFullVersion(); /// is the current version original, or custom? |