diff options
| author | 2011-03-13 12:20:32 +0000 | |
|---|---|---|
| committer | 2011-03-13 12:20:32 +0000 | |
| commit | cba5b65658676e2817ef72bf2c6b66e42a801ca9 (patch) | |
| tree | 2f1ab6a389bdfafd9e2ad41e684386a8b0a3d186 /src/modules/help/HelpIndex.cpp | |
| parent | Fix the webView preview painting (diff) | |
| download | KVIrc-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.cpp | 1 |
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 ); |
