mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-08 13:08:29 +02:00
increment clang-tools version
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
5928bc30e1
commit
147741e616
66 changed files with 93 additions and 99 deletions
|
|
@ -22,7 +22,7 @@
|
|||
class GenericProfilerFactory : public BaseProfilerFactory {
|
||||
public:
|
||||
QString name() const override { return "Generic"; }
|
||||
void registerSettings([[maybe_unused]] SettingsObjectPtr settings) override{};
|
||||
void registerSettings([[maybe_unused]] SettingsObjectPtr settings) override {};
|
||||
BaseExternalTool* createTool(InstancePtr instance, QObject* parent = 0) override;
|
||||
bool check([[maybe_unused]] QString* error) override { return true; };
|
||||
bool check([[maybe_unused]] const QString& path, [[maybe_unused]] QString* error) override { return true; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue