mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-09-14 03:09:55 +00:00
refactor: refresh aw plugin
This commit is contained in:
@ -33,7 +33,7 @@ class AWDataEngineMapper : public QObject
|
||||
|
||||
public:
|
||||
explicit AWDataEngineMapper(QObject *_parent = nullptr, AWFormatterHelper *_custom = nullptr);
|
||||
~AWDataEngineMapper() override;
|
||||
~AWDataEngineMapper() override = default;
|
||||
// get methods
|
||||
[[nodiscard]] AWKeysAggregator::FormatterType formatter(const QString &_key) const;
|
||||
[[nodiscard]] QStringList keysFromSource(const QString &_source) const;
|
||||
|
Reference in New Issue
Block a user