some hash improvements
This commit is contained in:
arcan1s
2015-08-06 01:23:43 +03:00
parent e38863ebc2
commit 08cb7d9abe
13 changed files with 72 additions and 68 deletions

View File

@ -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;
};