MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / setDatabaseVersion

Method setDatabaseVersion

global.cpp:1202–1207  ·  view source on GitHub ↗

What version of the database are we using?

Source from the content-addressed store, hash-verified

1200
1201// What version of the database are we using?
1202void 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?

Callers 1

DatabaseConnectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected