SSH: Use proper signal forwarding.

This commit is contained in:
Christian Kandeler
2010-08-17 12:37:41 +02:00
parent 03b626c80c
commit 4e90f47524
9 changed files with 80 additions and 526 deletions

View File

@@ -105,8 +105,7 @@ SOURCES += mainwindow.cpp \
ssh/sftpoperation.cpp \
ssh/sftpincomingpacket.cpp \
ssh/sftpdefs.cpp \
ssh/sftpchannel.cpp \
ssh/sshdelayedsignal.cpp
ssh/sftpchannel.cpp
HEADERS += mainwindow.h \
editmode.h \
@@ -214,8 +213,7 @@ HEADERS += mainwindow.h \
ssh/sftpincomingpacket_p.h \
ssh/sftpdefs.h \
ssh/sftpchannel.h \
ssh/sftpchannel_p.h \
ssh/sshdelayedsignal_p.h
ssh/sftpchannel_p.h
FORMS += dialogs/newdialog.ui \
actionmanager/commandmappings.ui \