diff options
| author | 2017-07-30 18:48:46 +1000 | |
|---|---|---|
| committer | 2017-12-28 20:13:57 +0100 | |
| commit | f743f315a75977e48112fb9b0605a0f2d9f2eb3a (patch) | |
| tree | ea574a20544c219e35eaf60cbb6b40833d9c9a06 /src/modules | |
| parent | Allow adding tooltips to other widgets in the options dialogs. (diff) | |
| download | KVIrc-f743f315a75977e48112fb9b0605a0f2d9f2eb3a.tar.gz KVIrc-f743f315a75977e48112fb9b0605a0f2d9f2eb3a.tar.bz2 KVIrc-f743f315a75977e48112fb9b0605a0f2d9f2eb3a.zip | |
Address @IceN9ne's review.
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/options/OptionsWidget_input.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/options/OptionsWidget_input.h b/src/modules/options/OptionsWidget_input.h index 0021cecba..bd6e81c11 100644 --- a/src/modules/options/OptionsWidget_input.h +++ b/src/modules/options/OptionsWidget_input.h @@ -61,7 +61,7 @@ public: OptionsWidget_inputFeatures(QWidget * parent); ~OptionsWidget_inputFeatures(); - virtual void commit(); + void commit() override; }; #endif //!_OPTW_INPUT_H_ |
