mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2026-02-03 14:59:47 +00:00
more correct logging, use qt logging for qml as well
This commit is contained in:
@@ -30,8 +30,8 @@ class AWActions : public QObject
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
AWActions(QObject *parent = nullptr);
|
||||
~AWActions();
|
||||
explicit AWActions(QObject *parent = nullptr);
|
||||
virtual ~AWActions();
|
||||
|
||||
Q_INVOKABLE void checkUpdates();
|
||||
Q_INVOKABLE bool dropCache() const;
|
||||
|
||||
Reference in New Issue
Block a user