Changeset 349 in pacpusframework for trunk/src/PacpusLib/ComponentBase.cpp
- Timestamp:
- Sep 23, 2015, 9:35:59 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/PacpusLib/ComponentBase.cpp
r312 r349 207 207 } 208 208 209 // FIXME: this should be const. 210 ComponentBase::COMPONENT_STATE ComponentBase::state() 211 { 212 return getState(); 213 } 214 215 209 216 ComponentBase::COMPONENT_CONFIGURATION ComponentBase::configurationState() const 210 217 { … … 225 232 { 226 233 return m_componentName; 234 } 235 236 QString ComponentBase::name() const 237 { 238 return getName(); 227 239 } 228 240
Note:
See TracChangeset
for help on using the changeset viewer.