aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/help/HelpIndex.cpp
diff options
context:
space:
mode:
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 );