mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-08-12 19:59:56 +00:00
refactor: refresh aw plugin
This commit is contained in:
@ -29,7 +29,7 @@ class AWActions : public QObject
|
||||
|
||||
public:
|
||||
explicit AWActions(QObject *_parent = nullptr);
|
||||
~AWActions() override;
|
||||
~AWActions() override = default;
|
||||
Q_INVOKABLE void checkUpdates(bool _showAnyway = false);
|
||||
Q_INVOKABLE static QString getFileContent(const QString &_path);
|
||||
Q_INVOKABLE static bool runCmd(const QString &_cmd, const QStringList &_args);
|
||||
|
Reference in New Issue
Block a user