aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/bineditor/bineditorwidget.h
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2016-06-26 22:10:29 +0300
committerOrgad Shaneh <orgads@gmail.com>2016-06-27 06:46:58 +0000
commit9d74b995fb421ef9e5bc90f8ae087e651fc02a5a (patch)
treecaaf03d6c844bd827b423b2789b5a6f3fe9c1a9f /src/plugins/bineditor/bineditorwidget.h
parent6d6f30285ab7beefcc436f8c33b53af87af70c03 (diff)
BinEditor: Export BinEditorWidget
Change-Id: I62bfaccc15447118591697fc67d85963388e3978 Reviewed-by: hjk <hjk@theqtcompany.com>
Diffstat (limited to 'src/plugins/bineditor/bineditorwidget.h')
-rw-r--r--src/plugins/bineditor/bineditorwidget.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/bineditor/bineditorwidget.h b/src/plugins/bineditor/bineditorwidget.h
index 45bfb3bac32..dd54b53c7fb 100644
--- a/src/plugins/bineditor/bineditorwidget.h
+++ b/src/plugins/bineditor/bineditorwidget.h
@@ -25,6 +25,7 @@
#pragma once
+#include "bineditor_global.h"
#include "markup.h"
#include <QBasicTimer>
@@ -46,7 +47,7 @@ namespace TextEditor { class FontSettings; }
namespace BinEditor {
-class BinEditorWidget : public QAbstractScrollArea
+class BINEDITOR_EXPORT BinEditorWidget : public QAbstractScrollArea
{
Q_OBJECT
Q_PROPERTY(bool modified READ isModified WRITE setModified DESIGNABLE false)