mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fixes by clang-tidy
This commit is contained in:
@@ -26,7 +26,7 @@ class TextEditWithCompletion : public QTextEdit
|
||||
Q_OBJECT
|
||||
public:
|
||||
TextEditWithCompletion( QWidget* parent = nullptr );
|
||||
~TextEditWithCompletion();
|
||||
~TextEditWithCompletion() override;
|
||||
|
||||
void setCompleter( QCompleter* completer );
|
||||
QCompleter* completer();
|
||||
|
||||
Reference in New Issue
Block a user