diff options
| author | Mark Gaiser <[email protected]> | 2010-09-17 19:47:01 +0000 |
|---|---|---|
| committer | Mark Gaiser <[email protected]> | 2010-09-17 19:47:01 +0000 |
| commit | 304e9524b6c1f3e1582a07c34cdf42ea1c3167bb (patch) | |
| tree | e3cb389b64076bba01d1e32b950fcaa24aeb2de2 /src/dolphinmainwindow.h | |
| parent | 02c02a05c16366126db177f981991880f2375278 (diff) | |
When you view the context menu of a file/folder and shift is pressed (and the delete action line is not enabled in the settings) then the
"Move to trash (del)" action gets replaced by the "Delete (shift del)" action and replaced back to "Move to trash (del)" when you release
shift.
BUG: 194275
svn path=/trunk/KDE/kdebase/apps/; revision=1176493
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index d76cf0d5c..cb0be1431 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -31,9 +31,12 @@ #include <ksortablelist.h> #include <kxmlguiwindow.h> #include <kactionmenu.h> +#include <kmodifierkeyinfo.h> #include "views/dolphinview.h" +#include "dolphincontextmenu.h" + #include <QList> typedef KIO::FileUndoManager::CommandType CommandType; @@ -540,6 +543,8 @@ private: QPointer<DolphinSettingsDialog> m_settingsDialog; KJob* m_lastHandleUrlStatJob; + + KModifierKeyInfo m_keyInfo; }; inline DolphinViewContainer* DolphinMainWindow::activeViewContainer() const |
