MCPcopy Create free account
hub / github.com/Faster3ck/Converseen / currentVersion

Method currentVersion

src/inisettings.cpp:234–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232}
233
234int IniSettings::currentVersion()
235{
236 int version = 0;
237
238 if (settings->contains("General/Current version"))
239 version = settings->value("General/Current version").toInt();
240
241 return version;
242}
243
244QString IniSettings::language()
245{

Callers

nothing calls this directly

Calls 1

valueMethod · 0.80

Tested by

no test coverage detected