summaryrefslogtreecommitdiff
path: root/examples/wayland/multi-screen/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wayland/multi-screen/main.cpp')
-rw-r--r--examples/wayland/multi-screen/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/wayland/multi-screen/main.cpp b/examples/wayland/multi-screen/main.cpp
index fa09e59c..5ed4b014 100644
--- a/examples/wayland/multi-screen/main.cpp
+++ b/examples/wayland/multi-screen/main.cpp
@@ -58,9 +58,9 @@
int main(int argc, char *argv[])
{
// AA_ShareOpenGLContexts is required for compositors with multiple outputs
- // ![share context]
+ //! [share context]
QCoreApplication::setAttribute(Qt::AA_ShareOpenGLContexts, true);
- // ![share context]
+ //! [share context]
QGuiApplication app(argc, argv);
QQmlApplicationEngine appEngine(QUrl("qrc:///qml/main.qml"));