diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-09-22 23:11:23 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-09-22 23:11:23 +0200 |
commit | 12a1067416caaa51e614197d585cc876109259d6 (patch) | |
tree | fc50296b5e18c47ab37e5f40b540c4126a8d0c19 | |
parent | 7a9d80c1897db4a67384a93bccaff5416b30cb76 (diff) |
nix stderr spam
-rw-r--r-- | ftnoir_tracker_pt/ftnoir_tracker_pt.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ftnoir_tracker_pt/ftnoir_tracker_pt.cpp b/ftnoir_tracker_pt/ftnoir_tracker_pt.cpp index 7e5ccc6c..49cefed2 100644 --- a/ftnoir_tracker_pt/ftnoir_tracker_pt.cpp +++ b/ftnoir_tracker_pt/ftnoir_tracker_pt.cpp @@ -29,13 +29,10 @@ Tracker::Tracker() new_settings(nullptr) { - qDebug()<<"Tracker::Tracker"; } Tracker::~Tracker() { - qDebug()<<"Tracker::~Tracker"; - // terminate tracker thread set_command(ABORT); wait(); s.video_widget = false; |