~ubuntu-branches/ubuntu/maverick/kdegraphics/maverick-proposed

« back to all changes in this revision

Viewing changes to gwenview/app/fileopscontextmanageritem.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2009-12-02 14:03:43 UTC
  • mfrom: (1.1.35 upstream)
  • Revision ID: james.westby@ubuntu.com-20091202140343-2732gbkj69g89arq
Tags: 4:4.3.80-0ubuntu1
* New upstream beta release:
  - Add build-depend on shared-desktop-ontologies for nepomuk integration
  - Bump .so versions for libkexiv, libkdcraw and libkipi
  - Update various .install files

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
 
45
45
private Q_SLOTS:
46
46
        void updateActions();
 
47
        void updatePasteAction();
47
48
        void updateSideBarContent();
48
49
 
 
50
        void cut();
 
51
        void copy();
 
52
        void paste();
 
53
        void rename();
49
54
        void copyTo();
50
55
        void moveTo();
51
56
        void linkTo();