logic: Trim lines and remove empty ones when checking license key

This commit is contained in:
Eberhard Graether
2016-01-19 11:48:41 +01:00
parent cc2b74ccca
commit 46d9825454
6 changed files with 37 additions and 2 deletions
+1
View File
@@ -365,6 +365,7 @@ void QtMainWindow::enterLicense()
connect(m_enterLicenseWindow.get(), SIGNAL(canceled()), this, SLOT(popWindow()));
}
m_enterLicenseWindow->load();
pushWindow(m_enterLicenseWindow.get());
}