Add missing const keyword

This commit is contained in:
Vlad Zahorodnii 2021-01-14 22:13:21 +02:00
parent e8b045ce14
commit e68d06b31b
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@ FTraceLogger::FTraceLogger(QObject *parent)
}
}
bool FTraceLogger::isEnabled()
bool FTraceLogger::isEnabled() const
{
return m_file.isOpen();
}

View file

@ -37,7 +37,7 @@ public:
/**
* Enabled through DBus and logging has started
*/
bool isEnabled();
bool isEnabled() const;
/**
* Main log function