diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2023-07-09 10:52:21 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2023-07-10 10:52:21 +0200 |
commit | 84a337ae0a4b8f60220ac08d04222bbaff6143d0 (patch) | |
tree | a078350200483786002cdcd6258a7979809ba87e /qhexedit2 | |
parent | febaef00017278ac65cb7e285564ebc9d5dadfe5 (diff) |
MVP
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'qhexedit2')
-rw-r--r-- | qhexedit2/src/QHexEditPlugin.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/qhexedit2/src/QHexEditPlugin.h b/qhexedit2/src/QHexEditPlugin.h index a67179c..a1a55bb 100644 --- a/qhexedit2/src/QHexEditPlugin.h +++ b/qhexedit2/src/QHexEditPlugin.h @@ -3,11 +3,7 @@ #include <QObject> -#if QT_VERSION < QT_VERSION_CHECK(5,0,0) -#include <QtDesigner/QDesignerCustomWidgetInterface> -#else -#include <QDesignerCustomWidgetInterface> -#endif +#include <QtUiPlugin/QDesignerCustomWidgetInterface> class QHexEditPlugin : public QObject, public QDesignerCustomWidgetInterface { |