mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-13 13:55:50 +00:00
* small build changes
* drop cast (they were added to try to avoid possible crash)
This commit is contained in:
@ -35,7 +35,7 @@ public:
|
||||
void setInterval(const int _interval);
|
||||
|
||||
signals:
|
||||
void updateData(const QString sourceName, const QVariantHash sdata);
|
||||
void updateData(const QString sourceName, const QVariantMap sdata);
|
||||
|
||||
public slots:
|
||||
// additional methods to control this and visualization
|
||||
|
Reference in New Issue
Block a user