mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
call the containment init as well so we get actions and what not
svn path=/trunk/KDE/kdebase/apps/; revision=850291
This commit is contained in:
parent
8e0fb286f7
commit
d325551144
1 changed files with 2 additions and 0 deletions
|
@ -261,6 +261,8 @@ FolderView::FolderView(QObject *parent, const QVariantList &args)
|
|||
|
||||
void FolderView::init()
|
||||
{
|
||||
Containment::init();
|
||||
|
||||
// We handle the caching ourselves
|
||||
setCacheMode(NoCache);
|
||||
|
||||
|
|
Loading…
Reference in a new issue