aboutsummaryrefslogtreecommitdiff
path: root/src/widgets/webviewtabbar.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-02-15 16:14:44 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2017-02-15 16:14:44 +0100
commita2df2e1ebe90a329f7ae0825793de4da53ea0877 (patch)
tree9f4f60ed0d768081b5abd8941f1990ba55e2f55d /src/widgets/webviewtabbar.h
parentGlobal bookmarks and downloads dialogs (diff)
downloadsmolbote-a2df2e1ebe90a329f7ae0825793de4da53ea0877.tar.xz
Tab shortcuts
Config location is displayed in about window
Diffstat (limited to 'src/widgets/webviewtabbar.h')
-rw-r--r--src/widgets/webviewtabbar.h2
1 files changed, 2 insertions, 0 deletions
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<WebView*> m_views;
};