mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
SVN_SILENT: comment++
svn path=/trunk/KDE/kdebase/apps/; revision=819683
This commit is contained in:
parent
628faf4dce
commit
f3fb42fc77
1 changed files with 6 additions and 0 deletions
|
@ -152,6 +152,12 @@ private:
|
|||
/** Kills all ongoing preview jobs. */
|
||||
void killPreviewJobs();
|
||||
|
||||
/**
|
||||
* Orders the items \a items in a way that the visible items
|
||||
* are moved to the front of the list. When passing this
|
||||
* list to a preview job, the visible items will get generated
|
||||
* first.
|
||||
*/
|
||||
void orderItems(KFileItemList& items);
|
||||
|
||||
private:
|
||||
|
|
Loading…
Reference in a new issue