Signed-off-by: Camila <hello@camila.codes>
#include "ocsjob.h"
#include "configfile.h"
#include "notificationconfirmjob.h"
+#include "logger.h"
#include <QDesktopServices>
#include <QIcon>
connect(_account->account().data(), &Account::accountChangedDisplayName, this, &User::nameChanged);
connect(FolderMan::instance(), &FolderMan::folderListChanged, this, &User::hasLocalFolderChanged);
+
+ connect(this, &User::guiLog, Logger::instance(), &Logger::guiLog);
}
void User::slotBuildNotificationDisplay(const ActivityList &list)