mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-21 09:39:57 +00:00
clang-tidy warning fixes
This commit is contained in:
@ -36,9 +36,9 @@ ExtNetworkRequest::ExtNetworkRequest(QWidget *_parent, const QString &_filePath)
|
||||
qCDebug(LOG_LIB) << __PRETTY_FUNCTION__;
|
||||
|
||||
if (!_filePath.isEmpty())
|
||||
readConfiguration();
|
||||
ExtNetworkRequest::readConfiguration();
|
||||
ui->setupUi(this);
|
||||
translate();
|
||||
ExtNetworkRequest::translate();
|
||||
|
||||
m_values[tag("response")] = "";
|
||||
|
||||
|
Reference in New Issue
Block a user