aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/filetransferwindow/FileTransferWindow.cpp9
-rw-r--r--src/modules/filetransferwindow/FileTransferWindow.h1
2 files changed, 0 insertions, 10 deletions
diff --git a/src/modules/filetransferwindow/FileTransferWindow.cpp b/src/modules/filetransferwindow/FileTransferWindow.cpp
index 996990c2f..c2b3bbe78 100644
--- a/src/modules/filetransferwindow/FileTransferWindow.cpp
+++ b/src/modules/filetransferwindow/FileTransferWindow.cpp
@@ -331,15 +331,6 @@ bool FileTransferWindow::eventFilter( QObject *obj, QEvent *ev )
return KviWindow::eventFilter( obj, ev );
}
-#warning FileTransferWindow::fontChange
-/*
-void FileTransferWindow::fontChange(const QFont &oldFont)
-{
- QFontMetrics fm(font());
- m_iLineSpacing = fm.lineSpacing();
- KviWindow::fontChange(oldFont);
-}
-*/
void FileTransferWindow::tipRequest(KviDynamicToolTip * tip,const QPoint &pnt)
{
FileTransferItem * it = (FileTransferItem *)m_pTableWidget->itemAt(pnt);
diff --git a/src/modules/filetransferwindow/FileTransferWindow.h b/src/modules/filetransferwindow/FileTransferWindow.h
index 9b3bb55a2..ac8d7f5ef 100644
--- a/src/modules/filetransferwindow/FileTransferWindow.h
+++ b/src/modules/filetransferwindow/FileTransferWindow.h
@@ -122,7 +122,6 @@ protected:
FileTransferItem * findItem(KviFileTransfer * t);
void fillTransferView();
KviFileTransfer * selectedTransfer();
-// virtual void fontChange(const QFont &oldFont);
bool eventFilter( QObject *obj, QEvent *ev );
public:
virtual QSize sizeHint() const;