diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-08-27 17:03:53 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-08-27 17:03:53 +0200 |
commit | 10bfcacd433056ee408a434073c9f626bcabd86c (patch) | |
tree | 3974adaaa836f95ef1e3c840cb59a888af11b2dd /tracker-hatire/ftnoir_tracker_hat_dialog.cpp | |
parent | 7294d6845e0d1eea2a4ac3699c17e0c3cb656bf1 (diff) |
tracker/hatire: appease analyzer
Diffstat (limited to 'tracker-hatire/ftnoir_tracker_hat_dialog.cpp')
-rw-r--r-- | tracker-hatire/ftnoir_tracker_hat_dialog.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tracker-hatire/ftnoir_tracker_hat_dialog.cpp b/tracker-hatire/ftnoir_tracker_hat_dialog.cpp index ecea7eaa..491d1214 100644 --- a/tracker-hatire/ftnoir_tracker_hat_dialog.cpp +++ b/tracker-hatire/ftnoir_tracker_hat_dialog.cpp @@ -116,8 +116,7 @@ dialog_hatire::dialog_hatire() : theTracker(nullptr), timer(this) //connect(ui.lineSend,SIGNAL(keyPressEvent),this,SLOT(on_lineSend_returnPressed()) ); } -dialog_hatire::~dialog_hatire() { -} +dialog_hatire::~dialog_hatire() = default; void dialog_hatire::Initialize(QWidget *parent) { |