Snake/src/Core/CrawlModule/SnakeItem.qml

13 lines
284 B
QML
Raw Normal View History

//#
//# Copyright (C) 2021-2021 QuasarApp.
//# Distributed under the GPLv3 software license, see the accompanying
//# Everyone is permitted to copy and distribute verbatim copies
//# of this license document, but changing it is not allowed.
//#
2021-06-05 14:19:08 +03:00
import QtQuick 2.15
2021-05-25 17:18:56 +03:00
GraphicItem {
}