aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
diff options
context:
space:
mode:
authorGravatar Fabio Bas2009-05-15 13:12:32 +0000
committerGravatar Fabio Bas2009-05-15 13:12:32 +0000
commitbe503cf2f45f1f63fed53aef0aa951da3e1153b1 (patch)
tree24d9e17845066d3da0b0305085f420c93b2a4383 /src/modules
parentfixed a bug where queries would always open up as undocked (diff)
downloadKVIrc-be503cf2f45f1f63fed53aef0aa951da3e1153b1.tar.gz
KVIrc-be503cf2f45f1f63fed53aef0aa951da3e1153b1.tar.bz2
KVIrc-be503cf2f45f1f63fed53aef0aa951da3e1153b1.zip
fix for a crash bug in help window
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3215 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/help/helpwindow.cpp5
-rw-r--r--src/modules/help/helpwindow.h1
2 files changed, 0 insertions, 6 deletions
diff --git a/src/modules/help/helpwindow.cpp b/src/modules/help/helpwindow.cpp
index b10ab2177..71de0855d 100644
--- a/src/modules/help/helpwindow.cpp
+++ b/src/modules/help/helpwindow.cpp
@@ -276,11 +276,6 @@ void KviHelpWindow::resizeEvent(QResizeEvent *)
m_pSplitter->setGeometry(0,0,width(),height());
}
-QSize KviHelpWindow::sizeHint() const
-{
- return m_pHelpWidget->sizeHint();
-}
-
void KviHelpWindow::fillCaptionBuffers()
{
m_szPlainTextCaption = __tr2qs("Help Browser");
diff --git a/src/modules/help/helpwindow.h b/src/modules/help/helpwindow.h
index f2cfd15b0..2bcad355a 100644
--- a/src/modules/help/helpwindow.h
+++ b/src/modules/help/helpwindow.h
@@ -63,7 +63,6 @@ protected:
virtual void saveProperties(KviConfig * cfg);
virtual void loadProperties(KviConfig * cfg);
public:
- virtual QSize sizeHint() const;
QTextBrowser * textBrowser();
public slots:
void indexSelected ( QListWidgetItem * );