From f3d62ad86a1def4d11d132af7366874f43a438b9 Mon Sep 17 00:00:00 2001 From: Arno Date: Tue, 21 Dec 2010 19:12:40 +0100 Subject: Fix copy, cut and paste files Make this options in the context and edit menu of FilesystemWidget behave a lot more as expected. Copy and cut just copies the file names to the clipboard, and paste paste moves them if they were cut and copies them when the action was copy. Still need to fix the colors when something is marked somehow. Should be configurable :) --- shemov.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shemov.h') diff --git a/shemov.h b/shemov.h index 3a7244b..72bdedb 100644 --- a/shemov.h +++ b/shemov.h @@ -75,6 +75,8 @@ class SheMov : public QMainWindow { QAction *mDeleteFilesA; QAction *mRefreshA; QAction *mCopyA; + QAction *mCutA; + QAction *mPasteA; QAction *mMoveA; QAction *mRenameA; QAction *mCdupA; -- cgit v1.2.3-70-g09d2