mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
Formatting, comments, Doxygen, minor tweaks
This commit is contained in:
committed by
Mathew Sutcliffe
parent
c5381b01c6
commit
9748b5a442
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user