diff options
| author | 2008-10-04 14:20:03 +0000 | |
|---|---|---|
| committer | 2008-10-04 14:20:03 +0000 | |
| commit | 82ca022576927930fc879085b4244b9b686f0ee7 (patch) | |
| tree | 0f1176cc8436ab224f1b725eeed9151aab0c6710 /src/modules/http/httpfiletransfer.cpp | |
| parent | fixed rules for compatibility; replaced deprecated function (diff) | |
| download | KVIrc-82ca022576927930fc879085b4244b9b686f0ee7.tar.gz KVIrc-82ca022576927930fc879085b4244b9b686f0ee7.tar.bz2 KVIrc-82ca022576927930fc879085b4244b9b686f0ee7.zip | |
many fixed to filetrasferwindows / transfer modules
fixed a signal in kvitexticonwin
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2645 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/http/httpfiletransfer.cpp')
| -rw-r--r-- | src/modules/http/httpfiletransfer.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/modules/http/httpfiletransfer.cpp b/src/modules/http/httpfiletransfer.cpp index 4e2cd62a7..98986b260 100644 --- a/src/modules/http/httpfiletransfer.cpp +++ b/src/modules/http/httpfiletransfer.cpp @@ -88,11 +88,6 @@ void KviHttpFileTransfer::autoClean() die(); } -void KviHttpFileTransfer::die() -{ - delete this; -} - QString KviHttpFileTransfer::localFileName() { return m_pHttpRequest->fileName(); @@ -342,7 +337,7 @@ void KviHttpFileTransfer::init() QPixmap * pix = g_pIconManager->getImage("kvi_httpicons.png", false); if(pix)g_pHttpIcon = new QPixmap(*pix); - else g_pHttpIcon = new QPixmap(192,48); + else g_pHttpIcon = 0; } void KviHttpFileTransfer::done() |
