increment clang-tools version

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2024-06-28 12:48:52 +03:00
parent 5928bc30e1
commit 147741e616
No known key found for this signature in database
GPG key ID: 55EF5DA53DB36318
66 changed files with 93 additions and 99 deletions

View file

@ -48,7 +48,7 @@ class LaunchController : public Task {
void executeTask() override;
LaunchController(QObject* parent = nullptr);
virtual ~LaunchController(){};
virtual ~LaunchController() {};
void setInstance(InstancePtr instance) { m_instance = instance; }