diff options
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainview.h b/src/mainview.h index acc2d8c9..d01bb5b8 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -152,6 +152,7 @@ public Q_SLOTS: void openLastClosedTab(); void openClosedTab(); void switchToTab(); + void loadFavorite(const int index); // WEB slot actions void webReload(); |