| 947 | } |
| 948 | |
| 949 | qint64 WizDatabase::getObjectVersion(const QString& strObjectName) |
| 950 | { |
| 951 | return getMetaInt64("SYNC_INFO", strObjectName, -1); |
| 952 | } |
| 953 | |
| 954 | bool WizDatabase::setObjectVersion(const QString& strObjectName, |
| 955 | qint64 nVersion) |
no outgoing calls
no test coverage detected