Browse Source

Another compilation Fix for Mac

adaptive-webui-19844
Christophe Dumez 15 years ago
parent
commit
2cd940e7c7
  1. 2
      src/qmacapplication.cpp

2
src/qmacapplication.cpp

@ -46,7 +46,7 @@ bool QMacApplication::event(QEvent * ev) { @@ -46,7 +46,7 @@ bool QMacApplication::event(QEvent * ev) {
QString path = static_cast<QFileOpenEvent *>(ev)->file();
if(path.isEmpty()) {
// Get the url instead
path = static_cast<QFileOpenEvent *>(ev)->url();
path = static_cast<QFileOpenEvent *>(ev)->url().toString();
}
qDebug("Received a mac file open event: %s", qPrintable(path));
emit newFileOpenMacEvent(path);

Loading…
Cancel
Save