diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-09-23 19:44:26 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-09-23 19:44:26 +0200 |
commit | 25c431af2607923eebaa8f6b6c8f4754594f1254 (patch) | |
tree | 836128deb101c5f1a5e7786520092b17d6662dc8 /ftnoir_tracker_pt/ftnoir_tracker_pt.cpp | |
parent | 967b9c8ccd9912c6752013f02c997c768a3ed90d (diff) |
qt macro nonsense
Diffstat (limited to 'ftnoir_tracker_pt/ftnoir_tracker_pt.cpp')
-rw-r--r-- | ftnoir_tracker_pt/ftnoir_tracker_pt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftnoir_tracker_pt/ftnoir_tracker_pt.cpp b/ftnoir_tracker_pt/ftnoir_tracker_pt.cpp index 1136ad4a..e64c4ca7 100644 --- a/ftnoir_tracker_pt/ftnoir_tracker_pt.cpp +++ b/ftnoir_tracker_pt/ftnoir_tracker_pt.cpp @@ -58,7 +58,7 @@ void Tracker::run() QTextStream log_stream(&log_file); #endif time.start(); - forever + while(1) { if (commands & ABORT) break; commands = 0; |