aboutsummaryrefslogtreecommitdiff
path: root/tests/integration/indicator-sound-test-base.h
diff options
context:
space:
mode:
authorXavi Garcia Mena <xavi.garcia.mena@canonical.com>2016-03-17 10:06:24 +0000
committerCI Train Bot <ci-train-bot@canonical.com>2016-03-17 10:06:24 +0000
commitce15e8ab1cc1fd37df3badad69da4e0ecc7b9318 (patch)
tree26e355f5d1c702dc8a2b9e67702ace213e9054ec /tests/integration/indicator-sound-test-base.h
parente24fb23ad146190a7ba873abb620e2a6def0ad21 (diff)
parent2acd4961a7e5af93f863503eca90f51d28e6603d (diff)
downloadayatana-indicator-sound-ce15e8ab1cc1fd37df3badad69da4e0ecc7b9318.tar.gz
ayatana-indicator-sound-ce15e8ab1cc1fd37df3badad69da4e0ecc7b9318.tar.bz2
ayatana-indicator-sound-ce15e8ab1cc1fd37df3badad69da4e0ecc7b9318.zip
Changed to code to get the root icon. Now it does not take into account the source output, as in fact that code was not differentiating between any particular case.
The code was added in the past in the case that we should differentiate between bluetooth, headphones, etc... but it was never used. Fixes: #1555831 Approved by: Charles Kerr
Diffstat (limited to 'tests/integration/indicator-sound-test-base.h')
-rw-r--r--tests/integration/indicator-sound-test-base.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/integration/indicator-sound-test-base.h b/tests/integration/indicator-sound-test-base.h
index 5b3545a..7942bd5 100644
--- a/tests/integration/indicator-sound-test-base.h
+++ b/tests/integration/indicator-sound-test-base.h
@@ -148,6 +148,8 @@ protected:
qlonglong getVolumeSyncValue(bool *isValid = nullptr);
+ QStringList getRootIconValue(bool *isValid = nullptr);
+
float getVolumeValue(bool *isValid = nullptr);
static QVariant waitPropertyChanged(QSignalSpy * signalSpy, QString property);