import QtQuick 2.0

QtObject {
    signal testSignal(color foo, date bar, url baz)
}
