diff options
| author | 2016-04-30 18:34:55 +0100 | |
|---|---|---|
| committer | 2016-04-30 18:50:44 +0100 | |
| commit | a37bd1dfeb81c8cd44453e186a43c1b29883ab49 (patch) | |
| tree | 29338a8f291b8fb05d924938f4bbc8df8be5a09f /src/modules/options/OptionsWidget_alertsAndHighlighting.cpp | |
| parent | Apply clang-tidy: modernize-use-override (diff) | |
| download | KVIrc-a37bd1dfeb81c8cd44453e186a43c1b29883ab49.tar.gz KVIrc-a37bd1dfeb81c8cd44453e186a43c1b29883ab49.tar.bz2 KVIrc-a37bd1dfeb81c8cd44453e186a43c1b29883ab49.zip | |
Apply clang-tidy: modernize-use-default
Diffstat (limited to 'src/modules/options/OptionsWidget_alertsAndHighlighting.cpp')
| -rw-r--r-- | src/modules/options/OptionsWidget_alertsAndHighlighting.cpp | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/modules/options/OptionsWidget_alertsAndHighlighting.cpp b/src/modules/options/OptionsWidget_alertsAndHighlighting.cpp index 2d69b9c71..67002ba08 100644 --- a/src/modules/options/OptionsWidget_alertsAndHighlighting.cpp +++ b/src/modules/options/OptionsWidget_alertsAndHighlighting.cpp @@ -41,8 +41,7 @@ OptionsWidget_alertsAndHighlighting::OptionsWidget_alertsAndHighlighting(QWidget } OptionsWidget_alertsAndHighlighting::~OptionsWidget_alertsAndHighlighting() -{ -} + = default; OptionsWidget_highlighting::OptionsWidget_highlighting(QWidget * parent) : KviOptionsWidget(parent) @@ -98,8 +97,7 @@ OptionsWidget_highlighting::OptionsWidget_highlighting(QWidget * parent) } OptionsWidget_highlighting::~OptionsWidget_highlighting() -{ -} + = default; void OptionsWidget_highlighting::commit() { @@ -140,7 +138,6 @@ OptionsWidget_alerts::OptionsWidget_alerts(QWidget * parent) } OptionsWidget_alerts::~OptionsWidget_alerts() -{ -} + = default; #endif //_OPTW_HIGHLIGHTING_CPP_ |
