mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-03 04:15:37 -04:00
[libcalamares] Polish weird namespace use
This commit is contained in:
parent
0c16bf1179
commit
d62c7b93c6
1 changed files with 3 additions and 5 deletions
|
@ -154,10 +154,6 @@ setupLogfile()
|
||||||
qInstallMessageHandler( CalamaresLogHandler );
|
qInstallMessageHandler( CalamaresLogHandler );
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
using namespace Logger;
|
|
||||||
|
|
||||||
CLog::CLog( unsigned int debugLevel )
|
CLog::CLog( unsigned int debugLevel )
|
||||||
: QDebug( &m_msg )
|
: QDebug( &m_msg )
|
||||||
, m_debugLevel( debugLevel )
|
, m_debugLevel( debugLevel )
|
||||||
|
@ -170,6 +166,8 @@ CLog::~CLog()
|
||||||
log( m_msg.toUtf8().data(), m_debugLevel );
|
log( m_msg.toUtf8().data(), m_debugLevel );
|
||||||
}
|
}
|
||||||
|
|
||||||
Logger::CDebug::~CDebug()
|
CDebug::~CDebug()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
} // namespace
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue