From 25c431af2607923eebaa8f6b6c8f4754594f1254 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 23 Sep 2014 19:44:26 +0200 Subject: qt macro nonsense --- ftnoir_tracker_pt/ftnoir_tracker_pt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ftnoir_tracker_pt/ftnoir_tracker_pt.cpp') 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; -- cgit v1.2.3