mirror of
https://github.com/danbulant/dotfiles
synced 2026-06-05 07:42:29 +00:00
13 lines
214 B
QML
13 lines
214 B
QML
import "root:/modules/common"
|
|
import QtQuick;
|
|
|
|
/**
|
|
* A booru response.
|
|
*/
|
|
QtObject {
|
|
property string provider
|
|
property var tags
|
|
property var page
|
|
property var images
|
|
property string message
|
|
}
|