Make sure QML type "real" always maps to C++ type "double"
[profile/ivi/qtdeclarative.git] / tests / auto / qml / qqmlmetaobject / data / signal.6.qml
1 import QtQuick 2.0
2
3 QtObject {
4     signal testSignal(double foo)
5 }