Home
last modified time | relevance | path

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

/dports/x11/libfm-qt/libfm-qt-1.0.0/src/
H A Dproxyfoldermodel.cpp156 bool rightIsFolder = rightInfo->isDir(); in lessThan() local
157 if(leftIsFolder != rightIsFolder) { in lessThan()
158 return sortOrder() == Qt::AscendingOrder ? leftIsFolder : rightIsFolder; in lessThan()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/projectexplorer/
H A Dfoldernavigationwidget.cpp164 const bool rightIsFolder = src->data(source_right, FolderNavigationModel::IsFolderRole) in lessThan() local
166 if (leftIsFolder != rightIsFolder) in lessThan()