1
0
Fork 0

core/window!: rename QSWindow to QsWindow

This commit is contained in:
outfoxxed 2024-07-21 16:15:11 -07:00
parent aa3f7daea2
commit dfcf533424
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E

View file

@ -107,7 +107,7 @@ class WindowInterface: public Reloadable {
Q_PROPERTY(QQmlListProperty<QObject> data READ data);
// clang-format on
Q_CLASSINFO("DefaultProperty", "data");
QML_NAMED_ELEMENT(QSWindow);
QML_NAMED_ELEMENT(QsWindow);
QML_UNCREATABLE("uncreatable base class");
QML_ATTACHED(QsWindowAttached);