~ubuntu-branches/ubuntu/lucid/kdebase/lucid-updates

« back to all changes in this revision

Viewing changes to apps/dolphin/src/dolphindirlister.cpp

  • Committer: Package Import Robot
  • Author(s): Jamie Strandboge
  • Date: 2011-11-08 16:17:32 UTC
  • mfrom: (269.1.1 lucid-proposed)
  • Revision ID: package-import@ubuntu.com-20111108161732-0bo7tg4j20u2z83f
Tags: 4:4.4.5-0ubuntu1.2
No change rebuild for security. This is needed to build kdeutils in
the security pocket.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
DolphinDirLister::DolphinDirLister() :
25
25
    KDirLister()
26
26
{
 
27
    setAutoErrorHandlingEnabled(false, 0);
27
28
}
28
29
 
29
30
DolphinDirLister::~DolphinDirLister()