What version of the database are we using?
| 1200 | |
| 1201 | // What version of the database are we using? |
| 1202 | void Global::setDatabaseVersion(int value) { |
| 1203 | settings->beginGroup("SaveState"); |
| 1204 | settings->setValue("databaseVersion", value); |
| 1205 | settings->endGroup(); |
| 1206 | return; |
| 1207 | } |
| 1208 | |
| 1209 | |
| 1210 | // What is doing the system notification? |