mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
Formatting, renaming, Doxygen, minor UI adjustments
This commit is contained in:
committed by
Mathew Sutcliffe
parent
7ddb69825a
commit
68dccbefa6
@@ -23,7 +23,6 @@
|
||||
|
||||
namespace BlackMisc
|
||||
{
|
||||
|
||||
//! Class to write log messages to file
|
||||
class BLACKMISC_EXPORT CFileLogger : public QObject
|
||||
{
|
||||
@@ -45,7 +44,7 @@ namespace BlackMisc
|
||||
CFileLogger(const QString &applicationName, const QString &logPath, QObject *parent = nullptr);
|
||||
|
||||
//! Destructor.
|
||||
~CFileLogger();
|
||||
virtual ~CFileLogger();
|
||||
|
||||
//! Change the log pattern. Default is to log all messages.
|
||||
void changeLogPattern(const CLogPattern &pattern) { m_logPattern = pattern; }
|
||||
|
||||
Reference in New Issue
Block a user