- Fixed keyboard shortcuts for third tab (closes #127942)

This commit is contained in:
Christophe Dumez 2007-08-18 12:43:21 +00:00
parent d025a2ea36
commit 2ce097ec77
3 changed files with 6 additions and 1 deletions

View file

@ -76,6 +76,7 @@ class GUI : public QMainWindow, private Ui::MainWindow{
Qt::SortOrder delayedSortingOrder;
// Keyboard shortcuts
QShortcut *switchSearchShortcut;
QShortcut *switchSearchShortcut2;
QShortcut *switchDownShortcut;
QShortcut *switchUpShortcut;
QShortcut *switchRSSShortcut;