From 0dc1272340d4deda7f9b07c5278fac9e04383b18 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Thu, 18 Dec 2008 02:51:24 +0100 Subject: Lots of improvements in save/restore state functions. - saving toolbar lock - removing unuseful save/restore tabWidget functions - saving navigation toolbar settings --- src/tabwidget.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tabwidget.cpp') diff --git a/src/tabwidget.cpp b/src/tabwidget.cpp index 24aacfff..7d0fb788 100644 --- a/src/tabwidget.cpp +++ b/src/tabwidget.cpp @@ -774,7 +774,7 @@ void TabWidget::previousTab() setCurrentIndex(next); } - +/* static const qint32 TabWidgetMagic = 0xaa; @@ -835,7 +835,7 @@ bool TabWidget::restoreState(const QByteArray &state) setCurrentIndex(currentTab); return true; -} +}*/ // ---------------------------------------------------------------------------------------------------------------------------- -- cgit v1.2.1