Added QVersionNumber to QtCore's public API
[ChangeLog][QtCore] Added QVersionNumber. Change-Id: I11acc1fae3dc9368a72593afcfa2e462c53a620e Reviewed-by: Marc Mutz <marc.mutz@kdab.com> Reviewed-by: Keith Gardner <kreios4004@gmail.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
This commit is contained in:
parent
8c7a9bfbbc
commit
6094ae1ff5
@ -32,7 +32,7 @@
|
|||||||
**
|
**
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#include <QtCore/private/qversionnumber_p.h>
|
#include <QtCore/qversionnumber.h>
|
||||||
#include <QtCore/qhash.h>
|
#include <QtCore/qhash.h>
|
||||||
#include <QtCore/private/qlocale_tools_p.h>
|
#include <QtCore/private/qlocale_tools_p.h>
|
||||||
#include <QtCore/qcollator.h>
|
#include <QtCore/qcollator.h>
|
||||||
@ -53,7 +53,6 @@ QT_BEGIN_NAMESPACE
|
|||||||
/*!
|
/*!
|
||||||
\class QVersionNumber
|
\class QVersionNumber
|
||||||
\inmodule QtCore
|
\inmodule QtCore
|
||||||
\internal
|
|
||||||
\since 5.4
|
\since 5.4
|
||||||
\brief The QVersionNumber class contains a version number with an arbitrary
|
\brief The QVersionNumber class contains a version number with an arbitrary
|
||||||
number of segments.
|
number of segments.
|
||||||
|
@ -75,7 +75,7 @@ HEADERS += \
|
|||||||
tools/qunicodetools_p.h \
|
tools/qunicodetools_p.h \
|
||||||
tools/qvarlengtharray.h \
|
tools/qvarlengtharray.h \
|
||||||
tools/qvector.h \
|
tools/qvector.h \
|
||||||
tools/qversionnumber_p.h
|
tools/qversionnumber.h
|
||||||
|
|
||||||
|
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
#include <private/qopenglcontext_p.h>
|
#include <private/qopenglcontext_p.h>
|
||||||
#include <QtCore/qset.h>
|
#include <QtCore/qset.h>
|
||||||
#include <QtCore/qstring.h>
|
#include <QtCore/qstring.h>
|
||||||
#include <private/qversionnumber_p.h>
|
#include <QtCore/qversionnumber.h>
|
||||||
|
|
||||||
QT_BEGIN_NAMESPACE
|
QT_BEGIN_NAMESPACE
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
|
|
||||||
#include <QtCore/QByteArray>
|
#include <QtCore/QByteArray>
|
||||||
#include <QtCore/QFlags>
|
#include <QtCore/QFlags>
|
||||||
#include <private/qversionnumber_p.h>
|
#include <QtCore/qversionnumber.h>
|
||||||
|
|
||||||
QT_BEGIN_NAMESPACE
|
QT_BEGIN_NAMESPACE
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#include <QtTest/QtTest>
|
#include <QtTest/QtTest>
|
||||||
#include <private/qversionnumber_p.h>
|
#include <QtCore/qversionnumber.h>
|
||||||
|
|
||||||
class tst_QVersionNumber : public QObject
|
class tst_QVersionNumber : public QObject
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user