src: cleanup cli publish

cleaned commented code
removed bin/test/ApplicationSettings.xml
This commit is contained in:
Andreas Stallinger
2017-08-09 15:16:37 +02:00
parent c9789a415e
commit 9269468a7b
11 changed files with 6 additions and 106 deletions
+1 -4
View File
@@ -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)
-1
View File
@@ -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());