diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2018-05-11 17:00:26 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2018-05-11 17:00:26 -0500 |
| commit | b6a783644791cbcdbfb61277df301010e12cd0bd (patch) | |
| tree | 006d8c5da27540b08d8cd4069881820642f06189 /filter.h | |
| parent | 4954491273dbda6b363ef5504565a9121afef75e (diff) | |
| parent | 2bbd5c6814436a4b6d77c492f528eff27d6df143 (diff) | |
| download | monzero-gui-b6a783644791cbcdbfb61277df301010e12cd0bd.tar.gz monzero-gui-b6a783644791cbcdbfb61277df301010e12cd0bd.tar.xz monzero-gui-b6a783644791cbcdbfb61277df301010e12cd0bd.zip | |
Merge pull request #1379
827c80d ctrl+tab switch pages in the same order as leftpanel
2bbd5c6 ctrl+shift+tab, switch pages in Leftpanel reverse order
Diffstat (limited to 'filter.h')
| -rw-r--r-- | filter.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ class filter : public QObject Q_OBJECT private: bool m_tabPressed; - + bool m_backtabPressed; public: explicit filter(QObject *parent = 0); |
