Fix build
This commit is contained in:
parent
3fc7df550b
commit
8c65f093cb
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ public:
|
|||
|
||||
void reportError(const QString & title, const QString & description) override
|
||||
{
|
||||
QCWarning(KDECONNECT_DAEMON) << title << ":" << description;
|
||||
qCWarning(KDECONNECT_DAEMON) << title << ":" << description;
|
||||
KNotification::event(KNotification::Error, title, description);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue