aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/help/HelpIndex.cpp
diff options
context:
space:
mode:
authorGravatar Noldor2011-03-13 12:20:32 +0000
committerGravatar Noldor2011-03-13 12:20:32 +0000
commitcba5b65658676e2817ef72bf2c6b66e42a801ca9 (patch)
tree2f1ab6a389bdfafd9e2ad41e684386a8b0a3d186 /src/modules/help/HelpIndex.cpp
parentFix the webView preview painting (diff)
downloadKVIrc-cba5b65658676e2817ef72bf2c6b66e42a801ca9.tar.gz
KVIrc-cba5b65658676e2817ef72bf2c6b66e42a801ca9.tar.bz2
KVIrc-cba5b65658676e2817ef72bf2c6b66e42a801ca9.zip
Code improvements in help window when using webkit(wip)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5570 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/help/HelpIndex.cpp')
-rw-r--r--src/modules/help/HelpIndex.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/help/HelpIndex.cpp b/src/modules/help/HelpIndex.cpp
index 5d9ddc062..325d57bf6 100644
--- a/src/modules/help/HelpIndex.cpp
+++ b/src/modules/help/HelpIndex.cpp
@@ -264,6 +264,7 @@ void HelpIndex::parseDocument( const QString &filename, int docNum )
void HelpIndex::writeDict()
{
QFile f( dictFile );
+ qDebug ("Write dict to %s",f.fileName().toUtf8().data());
if ( !f.open(QFile::WriteOnly ) )
return;
QDataStream s( &f );