From 8e69a039216459d8a09d344b24b91d0e4f0585d2 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Mon, 7 Jul 2014 11:21:09 -0700 Subject: Doc: update QCoreApplication to be clear that we don't support text UI Change-Id: Icc032470629201668c085fd74725a2965f09eb47 Reviewed-by: Martin Smith --- src/corelib/kernel/qcoreapplication.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/corelib') diff --git a/src/corelib/kernel/qcoreapplication.cpp b/src/corelib/kernel/qcoreapplication.cpp index 7d42ffd29d..7f2e28e800 100644 --- a/src/corelib/kernel/qcoreapplication.cpp +++ b/src/corelib/kernel/qcoreapplication.cpp @@ -565,8 +565,8 @@ void QCoreApplicationPrivate::initLocale() /*! \class QCoreApplication \inmodule QtCore - \brief The QCoreApplication class provides an event loop for console Qt - applications. + \brief The QCoreApplication class provides an event loop for Qt + applications without UI. This class is used by non-GUI applications to provide their event loop. For non-GUI application that uses Qt, there should be exactly -- cgit v1.2.3