From 8ebc401712fd157030a485f38d4500543a013cd0 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 2 Dec 2012 11:44:32 +0100 Subject: Restore tab position on reopening BUG: 249457 --- src/tabhistory.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tabhistory.h') diff --git a/src/tabhistory.h b/src/tabhistory.h index aac359a3..d542fd7c 100644 --- a/src/tabhistory.h +++ b/src/tabhistory.h @@ -65,6 +65,7 @@ public: QString title; QString url; QByteArray history; + int position; }; #endif // TAB_HISTORY -- cgit v1.2.1