mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-21 01:29:58 +00:00
clang-tidy warning fixes
This commit is contained in:
@ -36,10 +36,10 @@ class ExtNetworkRequest : public AbstractExtItem
|
||||
public:
|
||||
explicit ExtNetworkRequest(QWidget *_parent = nullptr, const QString &_filePath = "");
|
||||
~ExtNetworkRequest() override;
|
||||
ExtNetworkRequest *copy(const QString &_fileName, const int _number) override;
|
||||
ExtNetworkRequest *copy(const QString &_fileName, int _number) override;
|
||||
// get methods
|
||||
QString stringUrl() const;
|
||||
QString uniq() const override;
|
||||
[[nodiscard]] QString stringUrl() const;
|
||||
[[nodiscard]] QString uniq() const override;
|
||||
// set methods
|
||||
void setStringUrl(const QString &_url);
|
||||
|
||||
|
Reference in New Issue
Block a user