From f2f80bdd4358ee861e7748fae5d8325d6fc90f4c Mon Sep 17 00:00:00 2001 From: Xusheng Date: Tue, 29 Oct 2024 20:31:01 +0800 Subject: Move the freeversion.h to api/ui --- ui/freeversion.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 ui/freeversion.h (limited to 'ui') diff --git a/ui/freeversion.h b/ui/freeversion.h new file mode 100644 index 00000000..41d9097d --- /dev/null +++ b/ui/freeversion.h @@ -0,0 +1,15 @@ +#pragma once + +#include +#include "binaryninjaapi.h" +#include "uitypes.h" + +#ifdef DEMO_EDITION +class BINARYNINJAUIAPI FreeVersionLimitation: public QDialog +{ + Q_OBJECT + +public: + FreeVersionLimitation(const QString& feature = ""); +}; +#endif -- cgit v1.3.1