Changeset 44 in pacpusframework
- Timestamp:
- Jan 8, 2013, 11:34:58 PM (12 years ago)
- Location:
- trunk/include/Pacpus/PacpusTools
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/Pacpus/PacpusTools/AsyncWorkerBase.h
r36 r44 18 18 #define DEF_PACPUS_ASYNC_WORKER_BASE_H 19 19 20 // Includes, pacpus.21 #include < Pacpus/PacpusTools/utility/NonCopyable.h>20 // Includes, boost. 21 #include <boost/noncopyable.hpp> 22 22 23 23 // Includes, qt. … … 37 37 class AsyncWorkerBase 38 38 : public QObject 39 , private NonCopyable39 , private boost::noncopyable 40 40 { 41 41 Q_OBJECT
Note:
See TracChangeset
for help on using the changeset viewer.