mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-12 22:27:41 +02:00
Added fake drag file list #4584
This commit is contained in:
parent
4508e10186
commit
d9684d44d2
3 changed files with 7 additions and 6 deletions
|
@ -175,8 +175,8 @@ public:
|
|||
//! Return received file data
|
||||
String& getReceivedFileData() { return m_receivedFileData; }
|
||||
|
||||
//! Return drag file list
|
||||
DragFileList getDragFileList() { return m_dragFileList; }
|
||||
//! Return fake drag file list
|
||||
DragFileList getFakeDragFileList() { return m_fakeDragFileList; }
|
||||
|
||||
//@}
|
||||
|
||||
|
@ -470,6 +470,7 @@ private:
|
|||
size_t m_expectedFileSize;
|
||||
String m_receivedFileData;
|
||||
DragFileList m_dragFileList;
|
||||
DragFileList m_fakeDragFileList;
|
||||
Thread* m_sendFileThread;
|
||||
Thread* m_writeToDropDirThread;
|
||||
String m_dragFileExt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue