mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
15 lines
495 B
Diff
15 lines
495 B
Diff
diff --git a/src/plugin-interface/QvPluginBase.hpp b/src/plugin-interface/QvPluginBase.hpp
|
|
index 115ca75..4800252 100644
|
|
--- a/src/plugin-interface/QvPluginBase.hpp
|
|
+++ b/src/plugin-interface/QvPluginBase.hpp
|
|
@@ -6,6 +6,10 @@
|
|
#include <QVariant>
|
|
#include <memory>
|
|
|
|
+#ifndef Q_DECL_ENUMERATOR_DEPRECATED_X
|
|
+#define Q_DECL_ENUMERATOR_DEPRECATED_X(x)
|
|
+#endif
|
|
+
|
|
constexpr auto QV2RAY_PLUGIN_INTERFACE_VERSION = 3;
|
|
constexpr auto QV2RAY_PLUGIN_INTERNAL_PROPERTY_KEY = "_QV2RAY_PLUGIN_OPTIONS_";
|