Formatting

This commit is contained in:
Jonas Kvinge
2023-07-21 05:11:27 +02:00
parent 9fb15545bd
commit a2c7ff63df
87 changed files with 5 additions and 84 deletions

View File

@@ -58,7 +58,6 @@ class Chromaprinter {
GstElement *convert_element_;
QBuffer buffer_;
};
#endif // CHROMAPRINTER_H

View File

@@ -40,7 +40,6 @@ class DeviceFinders : public QObject {
private:
QList<DeviceFinder*> device_finders_;
};
#endif // DEVICEFINDERS_H

View File

@@ -42,7 +42,6 @@ class DirectSoundDeviceFinder : public DeviceFinder {
};
static BOOL CALLBACK EnumerateCallback(LPGUID guid, LPCSTR description, LPCSTR module, LPVOID state_voidptr);
};
#endif // DIRECTSOUNDDEVICEFINDER_H

View File

@@ -25,6 +25,7 @@
#include <cstdint>
#include <cstring>
#include <cmath>
#include <glib.h>
#include <glib-object.h>
#include <gst/gst.h>

View File

@@ -46,7 +46,6 @@ class GstStartup : public QObject {
static void SetEnvironment();
QFuture<void> initializing_;
};
#endif // GSTSTARTUP_H

View File

@@ -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