mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-15 22:59:57 +00:00
fixed bugs with dataengine settings saving
This commit is contained in:
@ -77,7 +77,12 @@ public:
|
||||
// configuration
|
||||
Q_INVOKABLE void editItem(const QString type);
|
||||
|
||||
signals:
|
||||
void sourceAdded(const QString source);
|
||||
|
||||
private slots:
|
||||
void addSource(const QString source);
|
||||
// editor
|
||||
void editItemButtonPressed(QAbstractButton *button);
|
||||
void copyBar(const QString original);
|
||||
void copyQuotes(const QString original);
|
||||
|
Reference in New Issue
Block a user