diff options
| author | 2008-05-15 09:13:01 +0000 | |
|---|---|---|
| committer | 2008-05-15 09:13:01 +0000 | |
| commit | cf3e276bc5f7df74e12a862b2263edd0e9071bc0 (patch) | |
| tree | 78bfdd001eb505dd7134960fc6f33684e65b3f5a /src/modules/addon/managementdialog.cpp | |
| parent | quick fix (diff) | |
| download | KVIrc-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/managementdialog.cpp')
| -rw-r--r-- | src/modules/addon/managementdialog.cpp | 2 |
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"))
{
|
