pointless QObject inheritance removed

This commit is contained in:
Uwe Rathmann 2022-03-24 08:27:17 +01:00
parent e06d213365
commit 9d515ba68e
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ namespace
int maximum; int maximum;
}; };
class CounterData final : public QObject class CounterData
{ {
public: public:
Counter counter[ 2 ]; Counter counter[ 2 ];