Home
last modified time | relevance | path

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

/dports/devel/lokalize/lokalize-21.12.3/src/
H A Dlokalizemainwindow.cpp582 int activeSWIndex = -1; in saveProjectState() local
592 activeSWIndex = files.size(); in saveProjectState()
613 projectStateGroup.writeEntry("Active", activeSWIndex); in saveProjectState()
687 int activeSWIndex = projectStateGroup.readEntry("Active", -1); in projectLoaded() local
693 …if (!fileOpen(files.at(i), entries.at(i)/*, offsets.at(i)*//*,&activeSW11*/, activeSWIndex == i, m… in projectLoaded()
712 if (activeSWIndex == -1) { in projectLoaded()