diff options
| author | Xavi Garcia Mena <xavi.garcia.mena@canonical.com> | 2016-01-05 15:08:24 +0000 |
|---|---|---|
| committer | CI Train Bot <ci-train-bot@canonical.com> | 2016-01-05 15:08:24 +0000 |
| commit | de52ce976216ffb25bfb2c3ff3729b6fcf2ec9f4 (patch) | |
| tree | b0b4a1fa061be766576e663ac67c63fd2b445563 /tests/dbus-types/dbus-types.h | |
| parent | e1feb61a02a1353b42fcd85ced8e0489c711a451 (diff) | |
| parent | 6f4f8c2b9caee08499a3a9ee3fd434c2b6a0f3ca (diff) | |
| download | ayatana-indicator-sound-de52ce976216ffb25bfb2c3ff3729b6fcf2ec9f4.tar.gz ayatana-indicator-sound-de52ce976216ffb25bfb2c3ff3729b6fcf2ec9f4.tar.bz2 ayatana-indicator-sound-de52ce976216ffb25bfb2c3ff3729b6fcf2ec9f4.zip | |
Adds an action to signal the UI to sync the current volume when we are waiting for the user to confirm or reject the high volume notification. Fixes: #1512798, #1520548
Approved by: PS Jenkins bot, Charles Kerr, Nick Dedekind
Diffstat (limited to 'tests/dbus-types/dbus-types.h')
| -rw-r--r-- | tests/dbus-types/dbus-types.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/dbus-types/dbus-types.h b/tests/dbus-types/dbus-types.h index b75acf0..ac86027 100644 --- a/tests/dbus-types/dbus-types.h +++ b/tests/dbus-types/dbus-types.h @@ -19,6 +19,7 @@ #include <QDBusMetaType> #include "pulseaudio-volume.h" +#include "dbus-action-result.h" namespace DBusTypes { @@ -26,6 +27,7 @@ namespace DBusTypes { PulseaudioVolume::registerMetaType(); PulseaudioVolumeArray::registerMetaType(); + DBusActionResult::registerMetaType(); } static constexpr char const* DBUS_NAME = "com.canonical.indicator.sound"; |
