summaryrefslogtreecommitdiff
path: root/utils/regtools/qeditor/analyser.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/regtools/qeditor/analyser.h')
-rw-r--r--utils/regtools/qeditor/analyser.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/utils/regtools/qeditor/analyser.h b/utils/regtools/qeditor/analyser.h
index a06652bfb0..4f9830ac4c 100644
--- a/utils/regtools/qeditor/analyser.h
+++ b/utils/regtools/qeditor/analyser.h
@@ -5,13 +5,14 @@
5#include <QVector> 5#include <QVector>
6#include <QString> 6#include <QString>
7#include "backend.h" 7#include "backend.h"
8#include "regtab.h"
8 9
9class Analyser : public QObject 10class Analyser : public RegTabPanel
10{ 11{
11 Q_OBJECT
12public: 12public:
13 Analyser(const SocRef& soc, IoBackend *backend); 13 Analyser(const SocRef& soc, IoBackend *backend);
14 virtual ~Analyser(); 14 virtual ~Analyser();
15 virtual void AllowWrite(bool en) { Q_UNUSED(en); }
15 virtual QWidget *GetWidget() = 0; 16 virtual QWidget *GetWidget() = 0;
16 17
17protected: 18protected: