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

« back to all changes in this revision

Viewing changes to src/usermetricsservice/DBusUserMetrics.h

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Pete Woods, Ubuntu daily release
  • Date: 2013-08-15 22:07:25 UTC
  • mfrom: (1.1.15)
  • Revision ID: package-import@ubuntu.com-20130815220725-y1tktboceqhe3wl8
Tags: 1.1.1+13.10.20130815.2-0ubuntu1
[ Pete Woods ]
* Switch to using libqtdbustest.
* Improve the packaging.

[ Ubuntu daily release ]
* Automatic snapshot from revision 125

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
Q_PROPERTY(QList<QDBusObjectPath> userDatas READ userDatas)
45
45
 
46
46
public:
47
 
        DBusUserMetrics(QDBusConnection &dbusConnection,
 
47
        DBusUserMetrics(const QDBusConnection &dbusConnection,
48
48
                        QSharedPointer<UserMetricsCommon::DateFactory> dateFactory,
49
49
                        QObject *parent = 0);
50
50