aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols/texteditor/texteditor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols/texteditor/texteditor.cpp')
-rw-r--r--examples/quickcontrols/texteditor/texteditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quickcontrols/texteditor/texteditor.cpp b/examples/quickcontrols/texteditor/texteditor.cpp
index dd4800f7b5..7d2d9d0e09 100644
--- a/examples/quickcontrols/texteditor/texteditor.cpp
+++ b/examples/quickcontrols/texteditor/texteditor.cpp
@@ -18,7 +18,7 @@ int main(int argc, char *argv[])
QGuiApplication::setOrganizationName("QtProject");
#ifdef QT_WIDGETS_LIB
- QApplication app(argc, argv);
+ QApplication app(argc, argv); // only for Qt.labs.platform components
#else
QGuiApplication app(argc, argv);
#endif