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.h | |
| 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.h')
| -rw-r--r-- | src/modules/help/helpwindow.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 * ); |
