summaryrefslogtreecommitdiff
path: root/src/tabhistory.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-12-02 11:44:32 +0100
committerAndrea Diamantini <adjam7@gmail.com>2012-12-10 02:48:06 +0100
commit8ebc401712fd157030a485f38d4500543a013cd0 (patch)
treea772dd422efe3bd9d513e6c595dde9bf12dc91b3 /src/tabhistory.h
parentFix downloads notifications (diff)
downloadrekonq-8ebc401712fd157030a485f38d4500543a013cd0.tar.xz
Restore tab position on reopening
BUG: 249457
Diffstat (limited to 'src/tabhistory.h')
-rw-r--r--src/tabhistory.h1
1 files changed, 1 insertions, 0 deletions
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