diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-19 14:47:11 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-19 14:47:11 +0100 |
commit | 336e88d4bd330e0d28861c7f702711f53996bfca (patch) | |
tree | 82a58ccb3c4d15600a004b319e720bf722e31439 /common/listener.cpp | |
parent | cd7287325944571e9d53b00b48abdba4c9257474 (diff) | |
download | sink-336e88d4bd330e0d28861c7f702711f53996bfca.tar.gz sink-336e88d4bd330e0d28861c7f702711f53996bfca.zip |
ResourceNotification -> Notification
Diffstat (limited to 'common/listener.cpp')
-rw-r--r-- | common/listener.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/listener.cpp b/common/listener.cpp index 857e15f..fa08472 100644 --- a/common/listener.cpp +++ b/common/listener.cpp | |||
@@ -386,7 +386,7 @@ void Listener::updateClientsWithRevision(qint64 revision) | |||
386 | m_fbb.Clear(); | 386 | m_fbb.Clear(); |
387 | } | 387 | } |
388 | 388 | ||
389 | void Listener::notify(const Akonadi2::ResourceNotification ¬ification) | 389 | void Listener::notify(const Akonadi2::Notification ¬ification) |
390 | { | 390 | { |
391 | auto messageString = m_fbb.CreateString(notification.message.toUtf8().constData(), notification.message.toUtf8().size()); | 391 | auto messageString = m_fbb.CreateString(notification.message.toUtf8().constData(), notification.message.toUtf8().size()); |
392 | auto idString = m_fbb.CreateString(notification.id.constData(), notification.id.size()); | 392 | auto idString = m_fbb.CreateString(notification.id.constData(), notification.id.size()); |