Changeset 12 in pacpusframework
- Timestamp:
- Jan 8, 2013, 12:54:27 AM (12 years ago)
- Location:
- trunk/include/Pacpus/kernel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/Pacpus/kernel/ComponentManager.h
r3 r12 15 15 16 16 #include <cstddef> 17 #include < qmap.h>18 #include < qlist.h>19 #include < qpluginloader.h>17 #include <QMap> 18 #include <QList> 19 #include <QPluginLoader> 20 20 21 21 #include "pacpus.h" -
trunk/include/Pacpus/kernel/GenericObservable.h
r3 r12 6 6 7 7 #include "GenericObserverInterface.h" 8 #include "qmutex.h"8 #include <QMutex> 9 9 10 10 namespace pacpus {
Note:
See TracChangeset
for help on using the changeset viewer.