summaryrefslogtreecommitdiff
path: root/utils/regtools/qeditor/std_analysers.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/regtools/qeditor/std_analysers.h')
-rw-r--r--utils/regtools/qeditor/std_analysers.h4
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 @@
21 21
22class ClockAnalyser : public Analyser 22class ClockAnalyser : public Analyser
23{ 23{
24 Q_OBJECT
25public: 24public:
26 ClockAnalyser(const SocRef& soc, IoBackend *backend); 25 ClockAnalyser(const SocRef& soc, IoBackend *backend);
27 virtual ~ClockAnalyser(); 26 virtual ~ClockAnalyser();
@@ -50,7 +49,7 @@ private:
50/** 49/**
51 * EMI analyser 50 * EMI analyser
52 */ 51 */
53class EmiAnalyser : public Analyser 52class EmiAnalyser : public QObject, public Analyser
54{ 53{
55 Q_OBJECT 54 Q_OBJECT
56public: 55public:
@@ -96,7 +95,6 @@ private:
96 */ 95 */
97class PinAnalyser : public Analyser 96class PinAnalyser : public Analyser
98{ 97{
99 Q_OBJECT
100public: 98public:
101 PinAnalyser(const SocRef& soc, IoBackend *backend); 99 PinAnalyser(const SocRef& soc, IoBackend *backend);
102 virtual ~PinAnalyser(); 100 virtual ~PinAnalyser();