~ubuntu-branches/ubuntu/utopic/kdebase/utopic

« back to all changes in this revision

Viewing changes to apps/dolphin/src/panels/folders/treeviewcontextmenu.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-11-25 16:00:47 UTC
  • mfrom: (1.1.53 upstream)
  • Revision ID: james.westby@ubuntu.com-20101125160047-bsycodsp50o8su5s
Tags: 4:4.5.80-0ubuntu1
* New upstream beta release
* Drop kubuntu_06_simple_aboutpage.diff, didn't apply and no point
  keeping a distro patch to an app we don't ship by default
* Drop kubuntu_23_konqueror_spinner_in_toolbar.diff now upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
     */
78
78
    void setShowHiddenFiles(bool show);
79
79
 
 
80
    /**
 
81
     * Sets the 'Automatic Scrolling' setting for the
 
82
     * folders panel to \a enable.
 
83
     */
 
84
    void setAutoScrolling(bool enable);
 
85
 
80
86
private:
81
87
    void populateMimeData(QMimeData* mimeData, bool cut);
82
88