fixed drag drop from Mac server to Windows client

This commit is contained in:
jerry 2013-09-18 14:12:19 +00:00
parent 39734374b1
commit 4e09b06cb0
12 changed files with 101 additions and 28 deletions

View file

@ -158,6 +158,9 @@ public:
//! Received dragging information from client
void dragInfoReceived(UInt32 fileNum, CString content);
//! Send dragging file information to client
void draggingInfoSending(UInt32 fileCount, CString& fileList, size_t size);
//@}
//! @name accessors
//@{