diff options
author | Mavridis Philippe <mavridisf@gmail.com> | 2024-05-28 00:03:14 +0300 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2024-06-01 14:40:47 +0000 |
commit | 4911fcf8417043562fcf397596d212db5733e189 (patch) | |
tree | 21ded7aaa97e3f8e022ceab409733d61d90dd6f4 /tdeio/tdefile/tdediroperator.h | |
parent | cc43ae5992f63e378d7ef91d703d98eaa3133205 (diff) | |
download | tdelibs-4911fcf8417043562fcf397596d212db5733e189.tar.gz tdelibs-4911fcf8417043562fcf397596d212db5733e189.zip |
KDirOperator: add support for history navigation mouse buttons
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
Diffstat (limited to 'tdeio/tdefile/tdediroperator.h')
-rw-r--r-- | tdeio/tdefile/tdediroperator.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tdeio/tdefile/tdediroperator.h b/tdeio/tdefile/tdediroperator.h index 89b1a1709..50467fc61 100644 --- a/tdeio/tdefile/tdediroperator.h +++ b/tdeio/tdefile/tdediroperator.h @@ -936,6 +936,9 @@ private slots: void insertViewDependentActions(); +public: + bool eventFilter(TQObject *obj, TQEvent *ev); + private: static bool isReadable( const KURL& url ); |