aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/addon
diff options
context:
space:
mode:
authorGravatar Fabio Bas2008-05-15 09:13:01 +0000
committerGravatar Fabio Bas2008-05-15 09:13:01 +0000
commitcf3e276bc5f7df74e12a862b2263edd0e9071bc0 (patch)
tree78bfdd001eb505dd7134960fc6f33684e65b3f5a /src/modules/addon
parentquick fix (diff)
downloadKVIrc-cf3e276bc5f7df74e12a862b2263edd0e9071bc0.tar.gz
KVIrc-cf3e276bc5f7df74e12a862b2263edd0e9071bc0.tar.bz2
KVIrc-cf3e276bc5f7df74e12a862b2263edd0e9071bc0.zip
compilation fixes (KviStr.replaceAll())
added dcc voice/zoundcard.h support check on cmakefiles some other fix git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1783 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/addon')
-rw-r--r--src/modules/addon/managementdialog.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/addon/managementdialog.cpp b/src/modules/addon/managementdialog.cpp
index aa5020d78..c5b41b4aa 100644
--- a/src/modules/addon/managementdialog.cpp
+++ b/src/modules/addon/managementdialog.cpp
@@ -286,8 +286,6 @@ void KviScriptManagementDialog::installScript()
szFileName.replace("\\","\\\\");
- QString szError;
-
// Switch between script and addon
if(szFileName.endsWith(".kvs"))
{