mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-16 23:29:58 +00:00
system source, some code improvements
This commit is contained in:
@ -33,7 +33,7 @@ class AWDataEngineMapper : public QObject
|
||||
|
||||
public:
|
||||
explicit AWDataEngineMapper(QObject *_parent = nullptr, AWFormatterHelper *_custom = nullptr);
|
||||
virtual ~AWDataEngineMapper();
|
||||
~AWDataEngineMapper() override;
|
||||
// get methods
|
||||
AWKeysAggregator::FormatterType formatter(const QString &_key) const;
|
||||
QStringList keysFromSource(const QString &_source) const;
|
||||
|
Reference in New Issue
Block a user