~ci-train-bot/indicator-sound/indicator-sound-ubuntu-zesty-2138

« back to all changes in this revision

Viewing changes to tests/integration/indicator-sound-test-base.h

  • Committer: CI Train Bot
  • Author(s): Xavi Garcia Mena
  • Date: 2016-03-07 10:13:38 UTC
  • mfrom: (529.1.8 last-runnin-player-charles)
  • Revision ID: ci-train-bot@canonical.com-20160307101338-x2wynmsb4sch7jag
This branch sets the last running player using accounts service instead of gsettings.
It also includes a new class AccountsServiceAccess, to centralize all accesses to account service properties.
Approved by: PS Jenkins bot, Charles Kerr

Show diffs side-by-side

added added

removed removed

Lines of Context:
144
144
 
145
145
    float getVolumeValue(bool *isValid = nullptr);
146
146
 
 
147
    static QVariant waitPropertyChanged(QSignalSpy * signalSpy, QString property);
 
148
 
 
149
    QVariant waitLastRunningPlayerChanged();
 
150
 
147
151
    QtDBusTest::DBusTestRunner dbusTestRunner;
148
152
 
149
153
    QtDBusMock::DBusMock dbusMock;