src: cleanup cli publish
cleaned commented code removed bin/test/ApplicationSettings.xml
This commit is contained in:
@@ -28,10 +28,7 @@ void QtCoreApplication::handleMessage(MessageQuitApplication* message)
|
||||
|
||||
void QtCoreApplication::handleMessage(MessageStatus* message)
|
||||
{
|
||||
// if (m.substr(0,5) == "Index")
|
||||
{
|
||||
std::cout << message->status << std::endl;
|
||||
}
|
||||
std::cout << message->status << std::endl;
|
||||
}
|
||||
|
||||
bool QtCoreApplication::saveLicense(License license)
|
||||
|
||||
@@ -145,7 +145,6 @@ void QtStartScreen::setupStartScreen()
|
||||
{
|
||||
License license;
|
||||
license.loadFromEncodedString(ApplicationSettings::getInstance()->getLicenseString(), AppPath::getAppPath());
|
||||
// license.loadPublicKeyFromString(PUBLIC_KEY);
|
||||
bool licenseValid = license.isValid();
|
||||
|
||||
setStyleSheet(utility::getStyleSheet(ResourcePaths::getGuiPath().concat(FilePath("startscreen/startscreen.css"))).c_str());
|
||||
|
||||
Reference in New Issue
Block a user