~ubuntu-branches/ubuntu/vivid/libusermetrics/vivid

« back to all changes in this revision

Viewing changes to src/libusermetricsoutput/UserMetricsImpl.h

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Pete Woods, Ubuntu daily release
  • Date: 2013-07-16 02:02:53 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20130716020253-nyq5uc5fdyj7o0lm
Tags: 1.0.7+13.10.20130716-0ubuntu1
[ Pete Woods ]
* Make the currently visible data set respond to data changes
* Update docs

[ Ubuntu daily release ]
* Automatic snapshot from revision 110

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
 
68
68
        virtual void readyForDataChangeSlot();
69
69
 
 
70
protected Q_SLOTS:
 
71
        virtual void updateCurrentDataSet(const QVariantList *data);
 
72
 
70
73
protected:
71
74
        virtual void prepareToLoadDataSource();
72
75