From 2bbd5c6814436a4b6d77c492f528eff27d6df143 Mon Sep 17 00:00:00 2001 From: pazos Date: Fri, 11 May 2018 22:30:40 +0200 Subject: ctrl+shift+tab, switch pages in Leftpanel reverse order --- filter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filter.h') diff --git a/filter.h b/filter.h index ef7ddb3c..4c998a29 100644 --- a/filter.h +++ b/filter.h @@ -36,7 +36,7 @@ class filter : public QObject Q_OBJECT private: bool m_tabPressed; - + bool m_backtabPressed; public: explicit filter(QObject *parent = 0); -- cgit v1.2.3