mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
Include MediaStream less globally
This commit is contained in:
@@ -23,6 +23,7 @@
|
|||||||
#include "AudioOutput.h"
|
#include "AudioOutput.h"
|
||||||
#include "TomahawkVersion.h"
|
#include "TomahawkVersion.h"
|
||||||
|
|
||||||
|
#include "audio/MediaStream.h"
|
||||||
#include "utils/Logger.h"
|
#include "utils/Logger.h"
|
||||||
|
|
||||||
#include <QApplication>
|
#include <QApplication>
|
||||||
|
@@ -25,8 +25,6 @@
|
|||||||
#include "DllMacro.h"
|
#include "DllMacro.h"
|
||||||
#include "Typedefs.h"
|
#include "Typedefs.h"
|
||||||
|
|
||||||
#include "audio/MediaStream.h"
|
|
||||||
|
|
||||||
#include <functional>
|
#include <functional>
|
||||||
|
|
||||||
struct libvlc_instance_t;
|
struct libvlc_instance_t;
|
||||||
@@ -34,6 +32,8 @@ struct libvlc_media_player_t;
|
|||||||
struct libvlc_media_t;
|
struct libvlc_media_t;
|
||||||
struct libvlc_event_t;
|
struct libvlc_event_t;
|
||||||
|
|
||||||
|
class MediaStream;
|
||||||
|
|
||||||
class DLLEXPORT AudioOutput : public QObject
|
class DLLEXPORT AudioOutput : public QObject
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
Reference in New Issue
Block a user