mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-12 21:35:49 +00:00
@ -49,7 +49,7 @@ public:
|
||||
|
||||
public slots:
|
||||
void readConfiguration();
|
||||
QVariantMap run();
|
||||
QVariantHash run();
|
||||
int showConfiguration(const QVariant args = QVariant());
|
||||
void writeConfiguration() const;
|
||||
|
||||
@ -66,7 +66,7 @@ private:
|
||||
int m_null = 0;
|
||||
// internal properties
|
||||
int times = 0;
|
||||
QVariantMap value;
|
||||
QVariantHash value;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user