Add backwards compatibility check

This commit is contained in:
WarmUpTill
2021-09-08 23:18:22 +02:00
committed by WarmUpTill
parent 299e7bc868
commit f024199e2d
5 changed files with 21 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
#ifdef VCAM_SUPPORTED
#pragma once
#include "macro-action-edit.hpp"
@@ -55,3 +57,5 @@ private:
QHBoxLayout *_mainLayout;
bool _loading = true;
};
#endif

View File

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