mirror of
https://invent.kde.org/plasma/layer-shell-qt.git
synced 2025-08-27 16:44:18 -04:00
Register anchors flags to QML
CCBUG: 507602
This commit is contained in:
@ -53,7 +53,7 @@ int main(int argc, char **argv)
|
||||
QGuiApplication app(argc, argv);
|
||||
|
||||
const auto layerMetaEnum = QMetaEnum::fromType<Window::Layer>();
|
||||
const auto anchorMetaEnum = QMetaEnum::fromType<Window::Anchor>();
|
||||
const auto anchorMetaEnum = QMetaEnum::fromType<Window::Anchors>();
|
||||
|
||||
QCommandLineParser parser;
|
||||
QCommandLineOption marginsOption(QStringLiteral("margins"), QStringLiteral("Window margins"), QStringLiteral("pixels"), QStringLiteral("0"));
|
||||
|
Reference in New Issue
Block a user