ci(qt): run clang-tidy on Linux (#8557)

* ci(qt): run clang-tidy

* chore(qt): silence warnings
This commit is contained in:
Yat Ho
2026-02-19 23:30:05 +08:00
committed by GitHub
parent c5ec41e05e
commit f495047a33
61 changed files with 364 additions and 326 deletions

View File

@@ -22,7 +22,8 @@ class FileTreeView : public QTreeView
Q_OBJECT
public:
FileTreeView(QWidget* parent = nullptr, bool editable = true);
explicit FileTreeView(QWidget* parent = nullptr, bool editable = true);
~FileTreeView() override = default;
FileTreeView(FileTreeView&&) = delete;
FileTreeView(FileTreeView const&) = delete;
FileTreeView& operator=(FileTreeView&&) = delete;