| 1101 | } |
| 1102 | |
| 1103 | void BaseApplication::setProperty(const QString &property, const QVariant &value) |
| 1104 | { |
| 1105 | d->m_FWProps[property] = value; |
| 1106 | } |
| 1107 | |
| 1108 | QVariant BaseApplication::getProperty(const QString &property) const |
| 1109 | { |
no outgoing calls
no test coverage detected