mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
GCS: notifyplugin: fix casing in phonon include to lower case. Qt ships phonon in lower case directory.
This commit is contained in:
parent
6845a77571
commit
bff970d414
@ -35,10 +35,10 @@
|
||||
#include "notifypluginconfiguration.h"
|
||||
|
||||
#include <QSettings>
|
||||
#include <Phonon/MediaObject>
|
||||
#include <Phonon/Path>
|
||||
#include <Phonon/AudioOutput>
|
||||
#include <Phonon/Global>
|
||||
#include <phonon/MediaObject>
|
||||
#include <phonon/Path>
|
||||
#include <phonon/AudioOutput>
|
||||
#include <phonon/Global>
|
||||
|
||||
class NotifyPluginOptionsPage;
|
||||
|
||||
|
@ -38,10 +38,10 @@
|
||||
#include <QItemSelectionModel>
|
||||
#include <QDebug>
|
||||
#include <QtCore/QSettings>
|
||||
#include <Phonon/MediaObject>
|
||||
#include <Phonon/Path>
|
||||
#include <Phonon/AudioOutput>
|
||||
#include <Phonon/Global>
|
||||
#include <phonon/MediaObject>
|
||||
#include <phonon/Path>
|
||||
#include <phonon/AudioOutput>
|
||||
#include <phonon/Global>
|
||||
|
||||
class NotifyTableModel;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user