aboutsummaryrefslogtreecommitdiff
path: root/mservicemapper/mservicemapper_p.h
AgeCommit message (Collapse)Author
2010-06-10Fixes: NB#167467, adding and immediately removing service fileMax Waterman
RevBy: Michal Guminiak Details: service mapper used a file system watcher to detect when services are added and removed. it erroneously assumed that there would only be a single file removed/added per watcher signal. now the service mapper correctly emits a signal for each file that has been removed/added. refactored to add a test for multiple changes, and general improvement (using the setPrivate() method seen in Qt unit tests). Removed unnecessary use of QMap
2010-04-12Changes: Renamed dui to meegotouchTomas Junnonen
By: Holger, Daniel, Janne RevBy: Tomas, Holger