diff options
Diffstat (limited to 'src/tabwidget.h')
-rw-r--r-- | src/tabwidget.h | 4 |
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); |