mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-22 11:39:55 +00:00
Improve reporting of version file errors.x
This commit is contained in:
@@ -53,8 +53,12 @@ public:
|
||||
|
||||
virtual QDialog *createModEditDialog(QWidget *parent) override;
|
||||
|
||||
/// reload the full version json files. return true on success!
|
||||
bool reloadVersion();
|
||||
/**
|
||||
* reload the full version json files. return true on success!
|
||||
*
|
||||
* throws various exceptions :3
|
||||
*/
|
||||
void reloadVersion();
|
||||
/// clears all version information in preparation for an update
|
||||
void clearVersion();
|
||||
/// get the current full version info
|
||||
|
||||
Reference in New Issue
Block a user