Added drop file notification on client #4745

This commit is contained in:
Jerry (Xinyu Hou)
2015-06-01 11:57:43 -07:00
parent d7063a87c8
commit 4a27c0b05c
9 changed files with 34 additions and 4 deletions

View File

@@ -127,6 +127,9 @@ public:
//! Return received file data
String& getReceivedFileData() { return m_receivedFileData; }
//! Return drag file list
DragFileList getDragFileList() { return m_dragFileList; }
//@}
// IScreen overrides