1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-29 14:52:12 +01:00

Notify plugin cleanup

Removed a few unused SoundNotifyPlugin members
This commit is contained in:
Dmytro Poplavskiy 2012-08-08 23:08:41 +10:00 committed by David Ankers
parent 821f954276
commit f4ff84d41a

View File

@ -74,7 +74,6 @@ private:
bool playNotification(NotificationItem* notification);
void checkNotificationRule(NotificationItem* notification, UAVObject* object);
void readConfig_0_0_0();
private slots:
@ -90,10 +89,6 @@ private slots:
private:
bool enableSound;
QList< QList<Phonon::MediaSource>* > lstMediaSource;
QStringList mediaSource;
QMultiMap<QString, PhononObject> mapMediaObjects;
QSettings* settings;
QList<UAVDataObject*> lstNotifiedUAVObjects;
QList<NotificationItem*> _notificationList;