diff options
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainview.h b/src/mainview.h index 29162dd1..6ef40ac7 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -189,6 +189,8 @@ private: QList<HistoryItem> m_recentlyClosedTabs; MainWindow *m_parentWindow; + + WebTab *_lastClosedTab; }; #endif // MAINVIEW_H |