summaryrefslogtreecommitdiffstats
path: root/src/pvsgui.h
diff options
context:
space:
mode:
authorSebastien Braun2010-08-04 17:24:21 +0200
committerSebastien Braun2010-08-04 17:24:21 +0200
commit88dbb997a823ff77f752ac08105d12474345dfcb (patch)
tree19ff443503d1501b4033658d2185ea0e6aca7e53 /src/pvsgui.h
parentForward MCASTFTANNOUNCE and MCASTFTRETRY messages in pvsmgr and pvsmgrtouch. (diff)
downloadpvs-88dbb997a823ff77f752ac08105d12474345dfcb.tar.gz
pvs-88dbb997a823ff77f752ac08105d12474345dfcb.tar.xz
pvs-88dbb997a823ff77f752ac08105d12474345dfcb.zip
Implement GUI for receiving incoming multicast transfers
Diffstat (limited to 'src/pvsgui.h')
-rw-r--r--src/pvsgui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pvsgui.h b/src/pvsgui.h
index f9a0ab8..2883b60 100644
--- a/src/pvsgui.h
+++ b/src/pvsgui.h
@@ -65,6 +65,7 @@ private Q_SLOTS:
void setVncAllow(int i);
void sendFile();
void receiveFile();
+ void incomingMulticastFile(qulonglong, QString sender, QString basename, qulonglong size);
private:
void setupMenu();