diff options
| author | 2010-01-25 16:25:29 +0000 | |
|---|---|---|
| committer | 2010-01-25 16:25:29 +0000 | |
| commit | ff35f560f18860f5a477d803b89d1e9c60fb196f (patch) | |
| tree | 27d200dde0270fe9ffe4572f7b72e0c828c2976b /src/modules/addon/packaddondialog.cpp | |
| parent | [KVIrc] (trunk) Improve the strings of the Rijndael module (Crypto++). (diff) | |
| download | KVIrc-ff35f560f18860f5a477d803b89d1e9c60fb196f.tar.gz KVIrc-ff35f560f18860f5a477d803b89d1e9c60fb196f.tar.bz2 KVIrc-ff35f560f18860f5a477d803b89d1e9c60fb196f.zip | |
updated italian translation;
quick fixes;
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3884 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/addon/packaddondialog.cpp')
| -rw-r--r-- | src/modules/addon/packaddondialog.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/addon/packaddondialog.cpp b/src/modules/addon/packaddondialog.cpp index 9b4ff25e7..5251d842b 100644 --- a/src/modules/addon/packaddondialog.cpp +++ b/src/modules/addon/packaddondialog.cpp @@ -709,9 +709,9 @@ void KviPackAddonSummaryFilesWidget::showEvent(QShowEvent *) // Iterate through the addon dir and its subdirs while(it.hasNext()) { - QString szStr=it.next(); - if(!szStr.contains("/.")) - list.append(szStr); + QString szStr = it.next(); + if(!szStr.contains("/.")) + list.append(szStr); } // QDirIterator does not support sorting, so do it manually |
