refactored duplicated code in dragInfoReceived

refactored fakeDraggigFiles interface
This commit is contained in:
jerry
2014-04-30 18:54:32 +00:00
parent fd68b70878
commit f773ff3d00
11 changed files with 29 additions and 48 deletions

View File

@@ -435,9 +435,9 @@ CScreen::setDraggingStarted(bool started)
}
void
CScreen::startDraggingFiles(CString str)
CScreen::startDraggingFiles(CDragFileList& fileList)
{
m_screen->fakeDraggingFiles(str);
m_screen->fakeDraggingFiles(fileList);
}
void