summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtest_gui.h
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@qt.io>2017-03-13 12:07:16 +0100
committerMartin Smith <martin.smith@qt.io>2017-12-14 13:37:51 +0000
commitc87ed145f14b37a753b3b6c2fbfc7cfe4bda1a3c (patch)
tree27cb8f17c4a655708f3943156d9659ee82a5ed15 /src/testlib/qtest_gui.h
parent5cb54cb5ebae99fab121061e25e26eec3056203a (diff)
doc: fix signatures and missing module headers
The update adds the moduleheader variable to the qdocconf file for qttestlib.qdocconf and qmake.qdocconf. The problem with qmake is that it doesn't have a module header file, but it does have qmake_pch.h, which is used here. This update also corrects several \fn commands in the qttestlib docs. Change-Id: I2202b9db96390bac1ee491ca8a99ca9010057ce3 Reviewed-by: Martin Smith <martin.smith@qt.io> Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/testlib/qtest_gui.h')
-rw-r--r--src/testlib/qtest_gui.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/testlib/qtest_gui.h b/src/testlib/qtest_gui.h
index 0134033b4c..a4f217ae1f 100644
--- a/src/testlib/qtest_gui.h
+++ b/src/testlib/qtest_gui.h
@@ -75,9 +75,6 @@ QT_BEGIN_NAMESPACE
namespace QTest
{
-/*!
- \internal
- */
template<> inline char *toString(const QColor &color)
{
return qstrdup(color.name(QColor::HexArgb).toLocal8Bit().constData());