diff options
Diffstat (limited to 'utils/regtools/qeditor/analyser.h')
-rw-r--r-- | utils/regtools/qeditor/analyser.h | 5 |
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 @@ #include <QVector> #include <QString> #include "backend.h" +#include "regtab.h" -class Analyser : public QObject +class Analyser : public RegTabPanel { - Q_OBJECT public: Analyser(const SocRef& soc, IoBackend *backend); virtual ~Analyser(); + virtual void AllowWrite(bool en) { Q_UNUSED(en); } virtual QWidget *GetWidget() = 0; protected: |