X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fphononnotificationbackend.h;h=b6ae1bea54783814de3684fc87f18ba9a8f04307;hp=936aa10550aec6167b4386ab074445517117e6f1;hb=f04db2cb802b1296ca739c823495930c71d3b4ab;hpb=5b686746c880e5cda6d5de3e08180ea4332ff222 diff --git a/src/qtui/phononnotificationbackend.h b/src/qtui/phononnotificationbackend.h index 936aa105..b6ae1bea 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-2013 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; };