logic: Show error message when license expired
* moved all license checking logic to LicenseChecker * create LicenseChecker instance in app * Notify MainView with MessageForceEnterLicense
This commit is contained in:
@@ -36,7 +36,6 @@ public:
|
||||
void loadProject(const FilePath& projectSettingsFilePath);
|
||||
void refreshProject();
|
||||
void saveProject(const FilePath& projectSettingsFilePath);
|
||||
void forceEnterLicense();
|
||||
bool hasGUI();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user