Add backward compatibility check to support OBS 25

This commit is contained in:
WarmUpTill
2021-09-12 18:09:23 +02:00
committed by WarmUpTill
parent 55ca146a82
commit 76fa1f8942
7 changed files with 41 additions and 4 deletions

View File

@@ -1,3 +1,5 @@
#ifdef REPLAYBUFFER_SUPPORTED
#pragma once
#include "macro-action-edit.hpp"
#include "duration-control.hpp"
@@ -65,3 +67,5 @@ private:
QHBoxLayout *_mainLayout;
bool _loading = true;
};
#endif

View File

@@ -1,3 +1,5 @@
#ifdef REPLAYBUFFER_SUPPORTED
#pragma once
#include "macro.hpp"
#include <QWidget>
@@ -54,3 +56,5 @@ protected:
private:
bool _loading = true;
};
#endif