Added ability to open last tab with Ctrl+9. (Chromium behaviour.)

- Fixed #1106.
This commit is contained in:
23rd
2019-08-04 17:22:48 +03:00
parent c578cd47e1
commit 838fd6bab6
3 changed files with 13 additions and 1 deletions
+1
View File
@@ -34,6 +34,7 @@ public:
void selectIndex(int index);
void selectNextTab();
void selectPreviousTab();
void selectLastTab();
int getPageCount() const;
QWidget *getPageAt(int index) const;