mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-09-14 19:29:55 +00:00
refactor: change ui translation mechanism
This commit is contained in:
@ -20,6 +20,7 @@
|
||||
#include <QNetworkReply>
|
||||
|
||||
#include "abstractextitem.h"
|
||||
#include "awtranslation.h"
|
||||
|
||||
|
||||
class ExtNetworkRequest : public AbstractExtItem
|
||||
@ -51,7 +52,6 @@ private:
|
||||
QNetworkAccessManager *m_manager = nullptr;
|
||||
QUrl m_url;
|
||||
bool m_isRunning = false;
|
||||
void translate(void *_ui) override;
|
||||
// properties
|
||||
QString m_stringUrl = "https://httpbin.org/get";
|
||||
// values
|
||||
|
Reference in New Issue
Block a user