Minor tweaks (found during T125)

* formatting/typos
* authentication: private slots => private
This commit is contained in:
Klaus Basan
2017-08-15 02:05:43 +02:00
committed by Mathew Sutcliffe
parent ca651877cd
commit 0bbad2ff83
9 changed files with 31 additions and 33 deletions

View File

@@ -436,7 +436,7 @@ namespace BlackGui
if (this->m_modelLoader->isLoadingInProgress())
{
CLogMessage(this).info("Loading for %1 already in progress") << simulator.toQString();
CLogMessage(this).info("Loading for '%1' already in progress") << simulator.toQString();
return;
}