diff options
| author | 2009-05-15 13:12:32 +0000 | |
|---|---|---|
| committer | 2009-05-15 13:12:32 +0000 | |
| commit | be503cf2f45f1f63fed53aef0aa951da3e1153b1 (patch) | |
| tree | 24d9e17845066d3da0b0305085f420c93b2a4383 /src/modules/help/helpwindow.cpp | |
| parent | fixed a bug where queries would always open up as undocked (diff) | |
| download | KVIrc-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/help/helpwindow.cpp')
| -rw-r--r-- | src/modules/help/helpwindow.cpp | 5 |
1 files changed, 0 insertions, 5 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"); |
