Formatting, comments, Doxygen, minor tweaks

This commit is contained in:
Klaus Basan
2017-10-10 00:13:39 +01:00
committed by Mathew Sutcliffe
parent c5381b01c6
commit 9748b5a442
13 changed files with 287 additions and 287 deletions

View File

@@ -47,9 +47,9 @@ CSwiftCore::CSwiftCore(QWidget *parent) :
setSystemTrayMode(MinimizeToTray | QuitOnClose);
setSystemTrayToolTip(name);
this->m_mwaLogComponent = ui->comp_InfoArea->getLogComponent();
this->m_mwaOverlayFrame = nullptr;
this->m_mwaStatusBar = nullptr;
m_mwaLogComponent = ui->comp_InfoArea->getLogComponent();
m_mwaOverlayFrame = nullptr;
m_mwaStatusBar = nullptr;
initLogDisplay();
initSlots();
@@ -149,7 +149,7 @@ void CSwiftCore::initSlots()
void CSwiftCore::initLogDisplay()
{
this->m_mwaLogComponent->showDetails(false);
m_mwaLogComponent->showDetails(false);
CLogHandler::instance()->install(true);
CLogHandler::instance()->enableConsoleOutput(false); // default disable
auto logHandler = CLogHandler::instance()->handlerForPattern(