diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2008-12-21 23:28:11 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2008-12-21 23:28:11 +0100 |
commit | cb8ae84a4e2b0c9fa0f1ea8b49401a64f8779fbc (patch) | |
tree | 5c28ae87be4c2ad6fc77b82e76489665768d922a /src/tabwidget.h | |
parent | little updates.. (diff) | |
download | rekonq-cb8ae84a4e2b0c9fa0f1ea8b49401a64f8779fbc.tar.xz |
Polishing code a bit..
Diffstat (limited to 'src/tabwidget.h')
-rw-r--r-- | src/tabwidget.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tabwidget.h b/src/tabwidget.h index d99ff156..4edba9b9 100644 --- a/src/tabwidget.h +++ b/src/tabwidget.h @@ -168,9 +168,6 @@ public: QLineEdit *lineEdit(int index) const; int webViewIndex(WebView *webView) const; -// QByteArray saveState() const; -// bool restoreState(const QByteArray &state); - protected: void mouseDoubleClickEvent(QMouseEvent *event); void contextMenuEvent(QContextMenuEvent *event); |