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/resourceaccess.cpp | |
parent | cd7287325944571e9d53b00b48abdba4c9257474 (diff) | |
download | sink-336e88d4bd330e0d28861c7f702711f53996bfca.tar.gz sink-336e88d4bd330e0d28861c7f702711f53996bfca.zip |
ResourceNotification -> Notification
Diffstat (limited to 'common/resourceaccess.cpp')
-rw-r--r-- | common/resourceaccess.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/resourceaccess.cpp b/common/resourceaccess.cpp index e3ffe64..6592699 100644 --- a/common/resourceaccess.cpp +++ b/common/resourceaccess.cpp | |||
@@ -549,7 +549,7 @@ bool ResourceAccess::processMessageBuffer() | |||
549 | break; | 549 | break; |
550 | case Akonadi2::Commands::NotificationType::NotificationType_Inspection: { | 550 | case Akonadi2::Commands::NotificationType::NotificationType_Inspection: { |
551 | Log(d->resourceInstanceIdentifier) << "Received inspection notification."; | 551 | Log(d->resourceInstanceIdentifier) << "Received inspection notification."; |
552 | ResourceNotification n; | 552 | Notification n; |
553 | if (buffer->identifier()) { | 553 | if (buffer->identifier()) { |
554 | //Don't use fromRawData, the buffer is gone once we invoke emit notification | 554 | //Don't use fromRawData, the buffer is gone once we invoke emit notification |
555 | n.id = BufferUtils::extractBufferCopy(buffer->identifier()); | 555 | n.id = BufferUtils::extractBufferCopy(buffer->identifier()); |