Formatting
This commit is contained in:
@@ -58,7 +58,6 @@ class Chromaprinter {
|
||||
GstElement *convert_element_;
|
||||
|
||||
QBuffer buffer_;
|
||||
|
||||
};
|
||||
|
||||
#endif // CHROMAPRINTER_H
|
||||
|
||||
@@ -40,7 +40,6 @@ class DeviceFinders : public QObject {
|
||||
|
||||
private:
|
||||
QList<DeviceFinder*> device_finders_;
|
||||
|
||||
};
|
||||
|
||||
#endif // DEVICEFINDERS_H
|
||||
|
||||
@@ -42,7 +42,6 @@ class DirectSoundDeviceFinder : public DeviceFinder {
|
||||
};
|
||||
|
||||
static BOOL CALLBACK EnumerateCallback(LPGUID guid, LPCSTR description, LPCSTR module, LPVOID state_voidptr);
|
||||
|
||||
};
|
||||
|
||||
#endif // DIRECTSOUNDDEVICEFINDER_H
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
#include <cstdint>
|
||||
#include <cstring>
|
||||
#include <cmath>
|
||||
|
||||
#include <glib.h>
|
||||
#include <glib-object.h>
|
||||
#include <gst/gst.h>
|
||||
|
||||
@@ -46,7 +46,6 @@ class GstStartup : public QObject {
|
||||
static void SetEnvironment();
|
||||
|
||||
QFuture<void> initializing_;
|
||||
|
||||
};
|
||||
|
||||
#endif // GSTSTARTUP_H
|
||||
|
||||
@@ -80,7 +80,6 @@ class VLCEngine : public EngineBase {
|
||||
static void StateChangedCallback(const libvlc_event_t *e, void *data);
|
||||
|
||||
void GetDevicesList(const QString &output) const;
|
||||
|
||||
};
|
||||
|
||||
#endif // VLCENGINE_H
|
||||
|
||||
Reference in New Issue
Block a user