| 1942 | } |
| 1943 | |
| 1944 | bool WizDatabase::setMeta(const QString& strSection, const QString& strKey, const QString& strValue) |
| 1945 | { |
| 1946 | return WizIndex::setMeta(strSection, strKey, strValue); |
| 1947 | } |
| 1948 | |
| 1949 | QString WizDatabase::meta(const QString& strSection, const QString& strKey) |
| 1950 | { |
no outgoing calls
no test coverage detected