summaryrefslogtreecommitdiffstats
path: root/doc/src
diff options
context:
space:
mode:
authorShane Bradley <[email protected]>2009-12-04 16:12:54 +1000
committerShane Bradley <[email protected]>2009-12-04 16:12:54 +1000
commite7c6e9fc49f456adee84d3e67a922d0d1af4f08b (patch)
tree16ca707715e762e0875d0df488971cb2e8838f00 /doc/src
parent2ce6a592475eed9a4047ecb8f9a109d72734b2bf (diff)
Revert "Merge branch 'master' into pkg"
This reverts commit 2ce6a592475eed9a4047ecb8f9a109d72734b2bf, reversing changes made to b238586472e0d5370e43eaa58f3c49435d441add.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/messaging.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/messaging.qdoc b/doc/src/messaging.qdoc
index 08e367c5..a1a19052 100644
--- a/doc/src/messaging.qdoc
+++ b/doc/src/messaging.qdoc
@@ -32,7 +32,7 @@ Clients can add, remove or update messaging data via the wrapper classes, with a
Clients access messaging data via the Client library which provides a direct connection to the messaging database.
Notifications of database changes that occur as a result of other clients' actions are received by IPC, and the messaging library automatically reflects those changes in all clients.
-A set of model/view classes are provided for clients to access the messaging data content.
+A model/view architecture is provided for clients to access the messaging data content.
A flexible system of filtering and sorting keys is provided, enabling clients to display a specific subset of the library's data with minimal resource overhead.
Rather than requiring each client application to perform transmission and retrieval of messages from external sources, a server application provides these services to any Client library client.