Skip to content

Commit 1c1e692

Browse files
committed
codeeditor.h: suppress bugprone-derived-method-shadowing-base-method for now
1 parent 46dcbac commit 1c1e692

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

gui/codeeditor.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ class CodeEditor : public QPlainTextEdit {
119119
return mFileName;
120120
}
121121

122+
// NOLINTNEXTLINE(bugprone-derived-method-shadowing-base-method) - TODO: fix this
122123
void clear() {
123124
mFileName.clear();
124125
setPlainText(QString());

0 commit comments

Comments
 (0)