import QtQuick 2.0

QtObject {
    signal testSignal(double foo)
}
