Home
last modified time | relevance | path

Searched refs:backup_dbfile (Results 1 – 1 of 1) sorted by relevance

/dports/astro/kstars/kstars-3.5.6/kstars/auxiliary/
H A Dksuserdb.cpp35 …QString backup_dbfile = QDir(KSPaths::writableLocation(QStandardPaths::AppDataLocation)).filePath(… in ~KSUserDB() local
36 QFile::remove(backup_dbfile); in ~KSUserDB()
37 QFile::copy(current_dbfile, backup_dbfile); in ~KSUserDB()