Changeset 138 in pacpusframework
- Timestamp:
- Jul 30, 2013, 3:59:26 PM (11 years ago)
- Location:
- branches/2.0-beta1/include/Pacpus/kernel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0-beta1/include/Pacpus/kernel/ComponentBase.h
r120 r138 7 7 /// @author Marek Kurdej <firstname.surname@utc.fr> 8 8 /// @author Samuel Gosselin <firstname.surname@utc.fr> 9 /// @author Julien Moras <firstname.surname@utc.fr> 9 10 /// @date February, 2006 10 11 /// @version $Id: ComponentBase.h 76 2013-01-10 17:05:10Z kurdejma $ … … 25 26 #include <Pacpus/kernel/pacpus.h> 26 27 #include <Pacpus/kernel/XmlComponentConfig.h> 27 #include <Pacpus/kernel/ inputOutputBase.h>28 #include <Pacpus/kernel/InputOutputBase.h> 28 29 29 30 #include <QString> … … 140 141 QMap<QString, OutputInterfaceBase *> output; 141 142 143 /// a pointer to an optional widget 142 144 QWidget * ui; 143 145 -
branches/2.0-beta1/include/Pacpus/kernel/InputOutputInterface.h
r137 r138 3 3 4 4 #include <Pacpus/kernel/Log.h> 5 #include <Pacpus/kernel/ inputOutputBase.h>5 #include <Pacpus/kernel/InputOutputBase.h> 6 6 #include <QApplication> 7 7 #include <typeinfo>
Note:
See TracChangeset
for help on using the changeset viewer.