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/toolbareditor/CustomizeToolBarsDialog.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/toolbareditor/CustomizeToolBarsDialog.cpp')
| -rw-r--r-- | src/modules/toolbareditor/CustomizeToolBarsDialog.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/modules/toolbareditor/CustomizeToolBarsDialog.cpp b/src/modules/toolbareditor/CustomizeToolBarsDialog.cpp index be1baf36e..d7fac04f6 100644 --- a/src/modules/toolbareditor/CustomizeToolBarsDialog.cpp +++ b/src/modules/toolbareditor/CustomizeToolBarsDialog.cpp @@ -204,8 +204,7 @@ CustomToolBarPropertiesDialog::CustomToolBarPropertiesDialog(QWidget * p, const } CustomToolBarPropertiesDialog::~CustomToolBarPropertiesDialog() -{ -} + = default; void CustomToolBarPropertiesDialog::iconSelected(const QString & szIconId) { |
