summaryrefslogtreecommitdiff
path: root/src/tabwidget.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2008-12-18 02:51:24 +0100
committerAndrea Diamantini <adjam7@gmail.com>2008-12-18 02:51:24 +0100
commit0dc1272340d4deda7f9b07c5278fac9e04383b18 (patch)
tree041c3e575f9b45ae5d9d97a6fd3cf750b6fb87a5 /src/tabwidget.h
parentAdjusted download directory requester (diff)
downloadrekonq-0dc1272340d4deda7f9b07c5278fac9e04383b18.tar.xz
Lots of improvements in save/restore state functions.
- saving toolbar lock - removing unuseful save/restore tabWidget functions - saving navigation toolbar settings
Diffstat (limited to 'src/tabwidget.h')
-rw-r--r--src/tabwidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tabwidget.h b/src/tabwidget.h
index 1a46371c..d99ff156 100644
--- a/src/tabwidget.h
+++ b/src/tabwidget.h
@@ -168,8 +168,8 @@ public:
QLineEdit *lineEdit(int index) const;
int webViewIndex(WebView *webView) const;
- QByteArray saveState() const;
- bool restoreState(const QByteArray &state);
+// QByteArray saveState() const;
+// bool restoreState(const QByteArray &state);
protected:
void mouseDoubleClickEvent(QMouseEvent *event);