Mantid
|
#include "MantidQtWidgets/Common/DropEventHelper.h"
#include <QFileInfo>
#include <QMimeData>
#include <QStringList>
#include <QUrl>
Go to the source code of this file.
Functions | |
QUrl | fixupURL (const QUrl &url) |
Workaround for file path bug on OSX >=10.10 with Qt4. More... | |
QUrl fixupURL | ( | const QUrl & | url | ) |
Workaround for file path bug on OSX >=10.10 with Qt4.
On Windows/Linux this simply returns the URL unchanged.
For more information see this bug report: https://bugreports.qt.io/browse/QTBUG-40449
url | :: the url to correct the path for |
Definition at line 31 of file DropEventHelper.cpp.
References error.
Referenced by MantidQt::MantidWidgets::DropEventHelper::getFileNames().