X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fphononnotificationbackend.h;h=9f7f7f4ed2d0abf7164d03575a93ab871c68b469;hp=1489dc2cdbb8b8e541171b665d6aa9da059badfe;hb=a65f42197839da536975b3e2858eedcef420035f;hpb=4a5065255e652dd0c301bac0db41b7afb777ef49 diff --git a/src/qtui/phononnotificationbackend.h b/src/qtui/phononnotificationbackend.h index 1489dc2c..9f7f7f4e 100644 --- a/src/qtui/phononnotificationbackend.h +++ b/src/qtui/phononnotificationbackend.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2013 by the Quassel Project * + * Copyright (C) 2005-2019 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -49,6 +49,7 @@ private: class ConfigWidget; bool _enabled; + bool _audioAvailable; Phonon::MediaObject *_media; }; @@ -75,6 +76,7 @@ private: Ui::PhononNotificationConfigWidget ui; bool enabled; + bool _audioAvailable; QString filename; Phonon::MediaObject *audioPreview; };