Home
last modified time | relevance | path

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

/dports/misc/ktouch/ktouch-21.12.3/src/qml/homescreen/
H A DHomeScreen.qml35 var lastProfileId = preferences.lastUsedProfileId
39 if (profile.id === lastProfileId) {
/dports/misc/artikulate/artikulate-21.12.3/liblearnerprofile/src/
H A Dprofilemanager.cpp53 int lastProfileId = activeProfileGroup.readEntry("profileId", "0").toInt(); in ProfileManagerPrivate() local
57 if (learner->identifier() == lastProfileId) { in ProfileManagerPrivate()