Added ability to open last tab with Ctrl+9. (Chromium behaviour.)
- Fixed #1106.
This commit is contained in:
@@ -34,6 +34,7 @@ public:
|
||||
void selectIndex(int index);
|
||||
void selectNextTab();
|
||||
void selectPreviousTab();
|
||||
void selectLastTab();
|
||||
|
||||
int getPageCount() const;
|
||||
QWidget *getPageAt(int index) const;
|
||||
|
||||
Reference in New Issue
Block a user