Browse Source

Fix typo

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

2
src/qmacapplication.cpp

@ -45,7 +45,7 @@ bool QMacApplication::event(QEvent * event) { @@ -45,7 +45,7 @@ bool QMacApplication::event(QEvent * event) {
return true;
}
default:
return QApplication::QtSingleApplication(event);
return QtSingleApplication::event(event);
}
}

Loading…
Cancel
Save