Fix typo in QLibraryInfo::build()
before:
Config: Using QtTest library 5.4.0, Qt 5.4.0 (Feb 20 2014), GCC 4.6.3, 32 bit, release build)
<QtBuild>Qt 5.4.0 (Feb 20 2014), GCC 4.6.3, 32 bit, release build)</QtBuild>
after:
Config: Using QtTest library 5.4.0, Qt 5.4.0 (Feb 20 2014, GCC 4.6.3, 32 bit, release build)
<QtBuild>Qt 5.4.0 (Feb 20 2014, GCC 4.6.3, 32 bit, release build)</QtBuild>
Change-Id: Ia4c9f994ef7e834831c78e8dbc00a52e06c0ed9a
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
bb10
parent
3b1e9a7f9b
commit
acf1cb9458
|
|
@ -289,7 +289,7 @@ QLibraryInfo::buildDate()
|
|||
|
||||
const char *QLibraryInfo::build() Q_DECL_NOTHROW
|
||||
{
|
||||
static const char data[] = "Qt " QT_VERSION_STR " (" __DATE__ "), "
|
||||
static const char data[] = "Qt " QT_VERSION_STR " (" __DATE__ ", "
|
||||
COMPILER_STRING ", "
|
||||
#if QT_POINTER_SIZE == 4
|
||||
"32"
|
||||
|
|
|
|||
Loading…
Reference in New Issue