qtmobility/src/messaging/qmessagestore_p.h
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 11 06b8e2af4411
--- a/qtmobility/src/messaging/qmessagestore_p.h	Fri Apr 16 15:51:22 2010 +0300
+++ b/qtmobility/src/messaging/qmessagestore_p.h	Mon May 03 13:18:40 2010 +0300
@@ -63,7 +63,16 @@
 
     QMessageStore *q_ptr;
     QMessageStorePrivatePlatform *p_ptr;
-
+#ifdef Q_WS_MAEMO_5
+    enum NotificationType
+    {
+        Added,
+        Updated,
+        Removed
+    };
+    void messageNotification(QMessageStorePrivate::NotificationType type, const QMessageId& id,
+                             const QMessageManager::NotificationFilterIdSet &matchingFilters);
+#endif
 #ifdef Q_OS_WIN
     static QMutex* mutex(QMessageStore*);
     static QMutex* mutex(QMessageManager&);