Compare commits

...

1 Commits

Author SHA1 Message Date
Tobias Fella
eaa2b55702 Make the DelegateType class a QObject
We're not instantiating it, so it doesn't really cause a significant overhead. This silences a warning about invalid type names
2023-09-23 11:47:59 +02:00

View File

@@ -10,9 +10,9 @@
*
* This class is designed to define the DelegateType enumeration.
*/
class DelegateType
class DelegateType : public QObject
{
Q_GADGET
Q_OBJECT
public:
/**