Changeset 290 in pacpusframework for trunk/src/PacpusSensor
- Timestamp:
- Mar 27, 2014, 12:53:36 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/PacpusSensor/src/main.cpp
r289 r290 14 14 #include <boost/cstdlib.hpp> 15 15 #include <boost/exception/diagnostic_information.hpp> 16 #include <QApplication>17 #include <QThread>18 16 #ifdef WIN32 19 # 17 # define NOMINMAX 20 18 # include <windows.h> 21 19 #endif … … 64 62 PacpusMainWindow window; 65 63 window.show(); 66 LOG_INFO("Current Thread " << QThread::currentThread());67 64 68 65 int exitStatus = boost::exit_exception_failure;
Note:
See TracChangeset
for help on using the changeset viewer.