diff options
| author | 2008-11-08 17:17:14 +0000 | |
|---|---|---|
| committer | 2008-11-08 17:17:14 +0000 | |
| commit | 2850c46e4cadcffb55e346c386137f2757b54af2 (patch) | |
| tree | 9bc18c9a9456c6f732e0e7138236edda16798a12 /src/modules/socketspy/socketspywindow.cpp | |
| parent | applied patch to fix kvirc4.desktop, thanks to Arfrever (diff) | |
| download | KVIrc-2850c46e4cadcffb55e346c386137f2757b54af2.tar.gz KVIrc-2850c46e4cadcffb55e346c386137f2757b54af2.tar.bz2 KVIrc-2850c46e4cadcffb55e346c386137f2757b54af2.zip | |
hopefully removed all the remaining noisy messages from gcc
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2841 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/socketspy/socketspywindow.cpp')
| -rw-r--r-- | src/modules/socketspy/socketspywindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/socketspy/socketspywindow.cpp b/src/modules/socketspy/socketspywindow.cpp index 60cf4dee3..b6a114eaf 100644 --- a/src/modules/socketspy/socketspywindow.cpp +++ b/src/modules/socketspy/socketspywindow.cpp @@ -63,7 +63,7 @@ QPixmap * KviSocketSpyWindow::myIconPtr() return g_pIconManager->getSmallIcon(KVI_SMALLICON_SPY); } -void KviSocketSpyWindow::resizeEvent(QResizeEvent *e) +void KviSocketSpyWindow::resizeEvent(QResizeEvent *) { m_pSplitter->setGeometry(0,0,width(),height()); } @@ -73,7 +73,7 @@ QSize KviSocketSpyWindow::sizeHint() const return m_pIrcView->sizeHint(); } -void KviSocketSpyWindow::getBaseLogFileName(KviStr &buffer) +void KviSocketSpyWindow::getBaseLogFileName(QString &buffer) { buffer.sprintf("SOCKETSPY_%d",context()->id()); } |
