import QtQuick 2.0

QtObject {
    signal testSignal(string foo)
}
