svn path=/trunk/KDE/kdebase/apps/; revision=744377
const KUrl viewPropsUrl = viewPropertiesUrl();
ViewProperties props(viewPropsUrl);
props.setViewMode(m_mode);
const KUrl viewPropsUrl = viewPropertiesUrl();
ViewProperties props(viewPropsUrl);
props.setViewMode(m_mode);
createView();
// the file item delegate has been recreated, apply the current
createView();
// the file item delegate has been recreated, apply the current
emit categorizedSortingChanged();
}
emit categorizedSortingChanged();
}
- loadDirectory(viewPropsUrl);
-