Changeset 293 in pacpusframework for trunk/src/PacpusLib
- Timestamp:
- Mar 27, 2014, 3:50:21 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/PacpusLib/InputOutputBase.cpp
r291 r293 72 72 73 73 InputInterfaceBase::InputInterfaceBase(QString name, ComponentBase * component, QObject * parent) 74 : AbstractInterface(name, component, /*parent*/ NULL)74 : AbstractInterface(name, component, parent) 75 75 { 76 76 }
Note:
See TracChangeset
for help on using the changeset viewer.