diff options
Diffstat (limited to 'utils/regtools/qeditor/std_analysers.h')
-rw-r--r-- | utils/regtools/qeditor/std_analysers.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/utils/regtools/qeditor/std_analysers.h b/utils/regtools/qeditor/std_analysers.h index aae8e40207..cca8b12b99 100644 --- a/utils/regtools/qeditor/std_analysers.h +++ b/utils/regtools/qeditor/std_analysers.h @@ -21,7 +21,6 @@ class ClockAnalyser : public Analyser { - Q_OBJECT public: ClockAnalyser(const SocRef& soc, IoBackend *backend); virtual ~ClockAnalyser(); @@ -50,7 +49,7 @@ private: /** * EMI analyser */ -class EmiAnalyser : public Analyser +class EmiAnalyser : public QObject, public Analyser { Q_OBJECT public: @@ -96,7 +95,6 @@ private: */ class PinAnalyser : public Analyser { - Q_OBJECT public: PinAnalyser(const SocRef& soc, IoBackend *backend); virtual ~PinAnalyser(); |