mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-09-08 00:29:55 +00:00
refactor: refresh aw plugin
This commit is contained in:
@ -24,7 +24,7 @@ class AWAbstractPairHelper
|
||||
{
|
||||
public:
|
||||
explicit AWAbstractPairHelper(QString _filePath = "", QString _section = "");
|
||||
virtual ~AWAbstractPairHelper();
|
||||
virtual ~AWAbstractPairHelper() = default;
|
||||
[[nodiscard]] QStringList keys() const;
|
||||
[[nodiscard]] QHash<QString, QString> pairs() const;
|
||||
[[nodiscard]] QStringList values() const;
|
||||
|
Reference in New Issue
Block a user