Changeset 882
- Timestamp:
- 07/06/07 09:33:25 (2 years ago)
- Files:
-
- 1 modified
-
trunk/jahwidgets/src/qt3/utils/thread_util.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/jahwidgets/src/qt3/utils/thread_util.cpp
r879 r882 24 24 { 25 25 bool is_gui = static_gui_thread == QThread::currentThread(); 26 qDebug( "is_gui_thread: %s", is_gui ? "true" : "false" );26 // qDebug( "is_gui_thread: %s", is_gui ? "true" : "false" ); 27 27 28 28 return is_gui;
