mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-12-15 01:23:42 +00:00
fix codefactor warnings
This commit is contained in:
@ -35,7 +35,7 @@ public:
|
||||
|
||||
explicit DesktopSource(QObject *_parent);
|
||||
~DesktopSource() override = default;
|
||||
QVariant data(const QString &_source) override;
|
||||
[[nodiscard]] QVariant data(const QString &_source) override;
|
||||
[[nodiscard]] QHash<QString, KSysGuard::SensorInfo *> sources() const override;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user