mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2026-02-04 07:19:47 +00:00
clang-tidy warning fixes
This commit is contained in:
@@ -32,9 +32,9 @@ public:
|
||||
explicit AWCustomKeysHelper(QObject *_parent = nullptr);
|
||||
~AWCustomKeysHelper() override;
|
||||
// get
|
||||
QString source(const QString &_key) const;
|
||||
QStringList sources() const;
|
||||
QStringList refinedSources() const;
|
||||
[[nodiscard]] QString source(const QString &_key) const;
|
||||
[[nodiscard]] QStringList sources() const;
|
||||
[[nodiscard]] QStringList refinedSources() const;
|
||||
// configuration related
|
||||
void editPairs() override{};
|
||||
QStringList leftKeys() override;
|
||||
|
||||
Reference in New Issue
Block a user