diff options
| author | 2023-10-10 17:58:14 +0200 | |
|---|---|---|
| committer | 2023-10-18 10:26:35 +0200 | |
| commit | 9052018b53ece6c073b57c89665ae693a3f0fb97 (patch) | |
| tree | 24dd1cba8974439f646a242bc0cb228076fa38b2 /src/modules/help | |
| parent | Address feedback for XmlFunctions.cpp (diff) | |
| download | KVIrc-9052018b53ece6c073b57c89665ae693a3f0fb97.tar.gz KVIrc-9052018b53ece6c073b57c89665ae693a3f0fb97.tar.bz2 KVIrc-9052018b53ece6c073b57c89665ae693a3f0fb97.zip | |
Migrate almost all QMessagebox to qt6-friendly version.
Diffstat (limited to 'src/modules/help')
| -rw-r--r-- | src/modules/help/libkvihelp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/help/libkvihelp.cpp b/src/modules/help/libkvihelp.cpp index 32a773b35..7eeb4e57e 100644 --- a/src/modules/help/libkvihelp.cpp +++ b/src/modules/help/libkvihelp.cpp @@ -94,7 +94,7 @@ static bool help_kvs_cmd_open(KviKvsModuleCommandCall * c) if(szParam.isEmpty()) { szParam = QString("index.html"); - qDebug("No file, use default at path %s", szDoc.toUtf8().data()); + qDebug("No file, use default at path %s", szParam.toUtf8().data()); } /* |
