mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-09-02 05:39:55 +00:00
refactor: review delete and new operators
This commit is contained in:
@ -20,6 +20,7 @@
|
||||
#include <QObject>
|
||||
|
||||
|
||||
class QNetworkAccessManager;
|
||||
class QNetworkReply;
|
||||
|
||||
class AWBugReporter : public QObject
|
||||
@ -44,4 +45,5 @@ private slots:
|
||||
|
||||
private:
|
||||
QString m_lastBugUrl;
|
||||
QNetworkAccessManager *m_manager = nullptr;
|
||||
};
|
||||
|
Reference in New Issue
Block a user