X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fphononnotificationbackend.h;h=19941b0814695e040c3b9aef593b8c4db4a10aa6;hp=936aa10550aec6167b4386ab074445517117e6f1;hb=16f22647e6890d3eb8c3e94f7a0700e12fa29e44;hpb=5b686746c880e5cda6d5de3e08180ea4332ff222 diff --git a/src/qtui/phononnotificationbackend.h b/src/qtui/phononnotificationbackend.h index 936aa105..19941b08 100644 --- a/src/qtui/phononnotificationbackend.h +++ b/src/qtui/phononnotificationbackend.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2012 by the Quassel Project * + * Copyright (C) 2005-2016 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; };