Browse Source

Fixed typo in Linux header declarations for Phonon.

QGC4.4
hengli 15 years ago
parent
commit
060a6f429c
  1. 4
      src/GAudioOutput.h

4
src/GAudioOutput.h

@ -40,8 +40,8 @@ This file is part of the PIXHAWK project
#endif #endif
#ifdef Q_OS_LINUX #ifdef Q_OS_LINUX
//#include <flite/flite.h> //#include <flite/flite.h>
#include <phonon/MediaObject> #include <Phonon/MediaObject>
#include <phonon/AudioOutput> #include <Phonon/AudioOutput>
#endif #endif
#ifdef Q_OS_WIN #ifdef Q_OS_WIN
#include <Phonon/MediaObject> #include <Phonon/MediaObject>

Loading…
Cancel
Save