From a2df2e1ebe90a329f7ae0825793de4da53ea0877 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Wed, 15 Feb 2017 16:14:44 +0100 Subject: Tab shortcuts Config location is displayed in about window --- src/widgets/webviewtabbar.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/widgets/webviewtabbar.h') diff --git a/src/widgets/webviewtabbar.h b/src/widgets/webviewtabbar.h index 260100b..9029bf5 100644 --- a/src/widgets/webviewtabbar.h +++ b/src/widgets/webviewtabbar.h @@ -48,8 +48,10 @@ private slots: void handleTabClose(int index); void updateTabText(WebView *view, const QString &text); + void updateVectorArrangement(int from, int to); private: + // store all views in a vector since tabs can only store a QVariant, and that can't easily take a pointer QVector m_views; }; -- cgit v1.2.1