Searched refs:m_topPathList (Results 1 – 2 of 2) sorted by relevance
70 …m_topPathList<<"/"<<QStandardPaths::standardLocations(QStandardPaths::HomeLocation)<<"/oem"<<"/use… in QfmWindow()164 m_curDir = m_topPathList.at(i); in updatecurdir()221 path = m_topPathList.at(row); in getlist()282 for(int i = 0; i < m_topPathList.count(); i++){ in inTopList()283 if(!m_topPathList.at(i).compare(path)){ in inTopList()
87 QStringList m_topPathList; variable