This commit is contained in:
2026-02-07 08:28:56 +03:00
parent eff857a55e
commit 451ddd9ae0
30 changed files with 3993 additions and 1233 deletions
+1 -1
View File
@@ -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);
}