added unused
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
748a644e2c
commit
c28d9161cf
@ -22,8 +22,8 @@
|
||||
class WaitProfilerFactory : public BaseProfilerFactory {
|
||||
public:
|
||||
QString name() const override { return "WaitProfiler"; }
|
||||
void registerSettings(SettingsObjectPtr settings) override{};
|
||||
void registerSettings([[maybe_unused]] SettingsObjectPtr settings) override{};
|
||||
BaseExternalTool* createTool(InstancePtr instance, QObject* parent = 0) override;
|
||||
bool check(QString* error) override { return true; };
|
||||
bool check(const QString& path, QString* error) override { return true; };
|
||||
bool check([[maybe_unused]] QString* error) override { return true; };
|
||||
bool check([[maybe_unused]] const QString& path, [[maybe_unused]] QString* error) override { return true; };
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user