mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-18 08:57:39 +02:00
made drag info function name more consistent
This commit is contained in:
parent
f773ff3d00
commit
ff42afc36c
16 changed files with 16 additions and 25 deletions
|
@ -42,7 +42,7 @@ CClientProxy1_5::~CClientProxy1_5()
|
|||
}
|
||||
|
||||
void
|
||||
CClientProxy1_5::draggingInfoSending(UInt32 fileCount, const char* data, size_t dataSize)
|
||||
CClientProxy1_5::sendDragInfo(UInt32 fileCount, const char* data, size_t dataSize)
|
||||
{
|
||||
CString info(data, dataSize);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue