diff options
author | Xavi Garcia Mena <xavi.garcia.mena@canonical.com> | 2016-02-22 19:50:55 +0100 |
---|---|---|
committer | Xavi Garcia Mena <xavi.garcia.mena@canonical.com> | 2016-02-22 19:50:55 +0100 |
commit | ba4e4b3973a00902ff0f3d9eb4650f5f61e76c78 (patch) | |
tree | 80521ced842b9c1c8b765c56ee9e08eb7916a8c8 /tests/integration/indicator-sound-test-base.h | |
parent | de4abb7448d329f7e7c20e01f8b14f22627a69a3 (diff) | |
download | ayatana-indicator-sound-ba4e4b3973a00902ff0f3d9eb4650f5f61e76c78.tar.gz ayatana-indicator-sound-ba4e4b3973a00902ff0f3d9eb4650f5f61e76c78.tar.bz2 ayatana-indicator-sound-ba4e4b3973a00902ff0f3d9eb4650f5f61e76c78.zip |
Changed last running player to user Accounts service
Diffstat (limited to 'tests/integration/indicator-sound-test-base.h')
-rw-r--r-- | tests/integration/indicator-sound-test-base.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/integration/indicator-sound-test-base.h b/tests/integration/indicator-sound-test-base.h index 969fd69..ecdbd7d 100644 --- a/tests/integration/indicator-sound-test-base.h +++ b/tests/integration/indicator-sound-test-base.h @@ -144,6 +144,10 @@ protected: float getVolumeValue(bool *isValid = nullptr); + QVariant waitPropertyChanged(QString property); + + QVariant waitLastRunningPlayerChanged(); + QtDBusTest::DBusTestRunner dbusTestRunner; QtDBusMock::DBusMock dbusMock; |