ctrl+shift+tab, switch pages in Leftpanel reverse order

This commit is contained in:
pazos
2018-05-11 22:30:40 +02:00
parent 827c80d4d8
commit 2bbd5c6814
3 changed files with 22 additions and 10 deletions

View File

@@ -36,7 +36,7 @@ class filter : public QObject
Q_OBJECT
private:
bool m_tabPressed;
bool m_backtabPressed;
public:
explicit filter(QObject *parent = 0);