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
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());