Commit 96647ca
committed
style(ui): normalize
* Replace trailing-return `auto ... -> QWidget*` signatures with explicit
`QWidget*` declarations in the `TextEdit` header to conform to style
expectations and reduce linter noise.
* Add `// NOLINT` and `// NOLINTNEXTLINE` annotations to suppress specific
linter warnings for the affected declarations (`SlotSaveAs`,
`SlotNewTab`, `SlotNewCustomTab`), avoiding broader rule disables.
* No behavioral changes — purely style/annotation updates to keep the
codebase consistent and linter-clean.TextEdit return types1 parent ef097c0 commit 96647ca
1 file changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
| 176 | + | |
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
187 | | - | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
188 | 189 | | |
189 | 190 | | |
190 | 191 | | |
| |||
0 commit comments