Changeset 148 in pacpusframework for branches/2.0-beta1/src/PacpusLib/InputOutputBase.cpp
- Timestamp:
- Jul 31, 2013, 2:42:05 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0-beta1/src/PacpusLib/InputOutputBase.cpp
r137 r148 9 9 QString AbstractInterface::getSignature() 10 10 { 11 return _component->getName()+'.'+_name;11 return component()->getName() + '.' + name(); 12 12 } 13 14 15 16
Note:
See TracChangeset
for help on using the changeset viewer.