refactor
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ void EmoteProvider::setLogCallback(LogCallback callback) {
|
||||
m_logCallback = callback;
|
||||
}
|
||||
|
||||
void EmoteProvider::log(const QString &method, const QString &message, LogLevel level) {
|
||||
void EmoteProvider::log(const QString &method, const QString &message, LogLevelemt level) {
|
||||
if (m_logCallback) {
|
||||
m_logCallback(metaObject()->className(), method, message, level);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user