Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/qfm/
H A Dqfmwindow.cpp70m_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()
H A Dqfmwindow.h87 QStringList m_topPathList; variable