pointless QObject inheritance removed

This commit is contained in:
Uwe Rathmann 2022-03-24 08:27:17 +01:00
parent 6dd81fad8c
commit 5cd3de9943
1 changed files with 1 additions and 1 deletions

View File

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