Skip to content
Snippets Groups Projects
Commit 90848b89 authored by Oswald Buddenhagen's avatar Oswald Buddenhagen
Browse files

no point in ProFile being a QObject

cherry-pick of 9392acd40fc0102b6924c286fd6dbbc32244365b from qt
parent 4bf3d32f
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,6 @@ ...@@ -30,7 +30,6 @@
#ifndef PROITEMS_H #ifndef PROITEMS_H
#define PROITEMS_H #define PROITEMS_H
#include <QtCore/QObject>
#include <QtCore/QString> #include <QtCore/QString>
#include <QtCore/QList> #include <QtCore/QList>
...@@ -210,10 +209,8 @@ private: ...@@ -210,10 +209,8 @@ private:
OperatorKind m_operatorKind; OperatorKind m_operatorKind;
}; };
class ProFile : public QObject, public ProBlock class ProFile : public ProBlock
{ {
Q_OBJECT
public: public:
explicit ProFile(const QString &fileName); explicit ProFile(const QString &fileName);
~ProFile(); ~ProFile();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment