diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2009-06-15 11:55:25 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2009-06-15 18:15:24 (GMT) |
commit | 9392acd40fc0102b6924c286fd6dbbc32244365b (patch) | |
tree | 85ed0a5941a75068ada1ecaae7b1f9bb2f59e1cf /tools | |
parent | 791591effe3c9af8490807043b7ca86c0836990e (diff) | |
download | Qt-9392acd40fc0102b6924c286fd6dbbc32244365b.zip Qt-9392acd40fc0102b6924c286fd6dbbc32244365b.tar.gz Qt-9392acd40fc0102b6924c286fd6dbbc32244365b.tar.bz2 |
no point in ProFile being a QObject
Diffstat (limited to 'tools')
-rw-r--r-- | tools/linguist/shared/proitems.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/linguist/shared/proitems.h b/tools/linguist/shared/proitems.h index befaa88..21550e4 100644 --- a/tools/linguist/shared/proitems.h +++ b/tools/linguist/shared/proitems.h @@ -42,7 +42,6 @@ #ifndef PROITEMS_H #define PROITEMS_H -#include <QtCore/QObject> #include <QtCore/QString> #include <QtCore/QList> @@ -207,10 +206,8 @@ private: OperatorKind m_operatorKind; }; -class ProFile : public QObject, public ProBlock +class ProFile : public ProBlock { - Q_OBJECT - public: explicit ProFile(const QString &fileName); ~ProFile(); |