import QtQuick 2.5
import QtQuick.Controls 2.1

SwitchDelegate {
    text: "SwitchDelegate"
}
