qt5base-lts/src/testlib
Friedemann Kleint 4bbdfaa8ff Fix some qdoc warnings.
qtbase/src/corelib/io/qdebug.cpp:698: warning: Class QDebugStateSaver has no \inmodule command; using project name by default: QtCore
qtbase/src/gui/opengl/qopenglframebufferobject.cpp:1138: warning: Can't link to 'takeTextures()'
qtbase/src/gui/opengl/qopenglframebufferobject.cpp:1159: warning: Can't link to 'takeTextures()'
qtbase/src/gui/opengl/qopenglframebufferobject.cpp:953: warning: No such parameter 'height' in QOpenGLFramebufferObject::addColorAttachment()
qtbase/src/gui/opengl/qopenglframebufferobject.cpp:953: warning: No such parameter 'width' in QOpenGLFramebufferObject::addColorAttachment()
qtbase/src/gui/opengl/qopenglframebufferobject.cpp:953: warning: Undocumented parameter 'size' in QOpenGLFramebufferObject::addColorAttachment()
qtbase/src/gui/painting/qpaintdevice.qdoc:80: warning: Undocumented enum item 'PdmDevicePixelRatioScaled' in QPaintDevice::PaintDeviceMetric
qtbase/src/testlib/qbenchmarkmetric.cpp:154: warning: Invalid use of '\relates' (already a member of 'QTest')
qtbase/src/testlib/qbenchmarkmetric.cpp:81: warning: Invalid use of '\relates' (already a member of 'QTest')
qtbase/src/widgets/dialogs/qdialog.cpp:152: warning: Can't link to 'QCloseEvent::ignore()'
qtbase/src/widgets/dialogs/qdialog.cpp:557: warning: Can't link to 'QApplication::quit()'
qtbase/src/widgets/kernel/qwidget.cpp:8326: warning: Can't link to 'QCloseEvent::accept()'
qtbase/src/widgets/kernel/qwidget.cpp:8326: warning: Can't link to 'QCloseEvent::ignore()'
qtbase/src/widgets/kernel/qwidget.cpp:9300: warning: Can't link to 'QWheelEvent::accept()'
qtbase/src/widgets/kernel/qwidget.cpp:9300: warning: Can't link to 'QWheelEvent::ignore()'
qtbase/src/widgets/kernel/qwidget.cpp:9321: warning: Can't link to 'QTabletEvent::accept()'
qtbase/src/widgets/kernel/qwidget.cpp:9321: warning: Can't link to 'QTabletEvent::ignore()'
qtbase/src/widgets/kernel/qwidget.cpp:9373: warning: Can't link to 'QKeyEvent::ignore()'

Change-Id: I97ae85398181645c1054c303e5c8a87deb619409
Reviewed-by: Martin Smith <martin.smith@digia.com>
Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
2015-09-07 11:58:04 +00:00
..
3rdparty Fix more warnings, found by cross-compiling Qt 2013-05-01 08:48:13 +02:00
doc Replace MAC OS X with OS X 2015-06-30 07:33:31 +00:00
qabstracttestlogger_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
qabstracttestlogger.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qasciikey.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qbenchmark_p.h QtTest: don't hold QBenchmarkResults in QList 2015-06-21 11:46:59 +00:00
qbenchmark.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qbenchmark.h Update copyright headers 2015-02-11 06:49:51 +00:00
qbenchmarkevent_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
qbenchmarkevent.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qbenchmarkmeasurement_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
qbenchmarkmeasurement.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qbenchmarkmetric_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
qbenchmarkmetric.cpp Fix some qdoc warnings. 2015-09-07 11:58:04 +00:00
qbenchmarkmetric.h Update copyright headers 2015-02-11 06:49:51 +00:00
qbenchmarkperfevents_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
qbenchmarkperfevents.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qbenchmarkvalgrind_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
qbenchmarkvalgrind.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qcsvbenchmarklogger_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
qcsvbenchmarklogger.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qplaintestlogger_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
qplaintestlogger.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qsignaldumper_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
qsignaldumper.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qsignalspy.h QtTestLib: Use Q_NULLPTR instead of 0 in all public headers 2015-07-06 12:46:26 +00:00
qsignalspy.qdoc Update copyright headers 2015-02-11 06:49:51 +00:00
qtest_global.h Update copyright headers 2015-02-11 06:49:51 +00:00
qtest_gui.h QtTestLib: Use Q_NULLPTR instead of 0 in all public headers 2015-07-06 12:46:26 +00:00
qtest_widgets.h Update copyright headers 2015-02-11 06:49:51 +00:00
qtest.h QtTest: Add QHostAddress support for QCOMPARE failures 2015-08-15 04:35:34 +00:00
qtestaccessible.h QtTestLib: Use Q_NULLPTR instead of 0 in all public headers 2015-07-06 12:46:26 +00:00
qtestassert.h Update copyright headers 2015-02-11 06:49:51 +00:00
qtestblacklist_p.h Testlib: Export blacklist functions 2015-06-08 10:54:35 +00:00
qtestblacklist.cpp QTestLib: Add data parameter to SKIP message if any 2015-06-10 12:47:22 +00:00
qtestcase.cpp Testlib/Windows: Output crash information on stdout instead of stderr. 2015-09-03 14:16:30 +00:00
qtestcase.h QTestLib: Add macros QTRY_VERIFY2_WITH_TIMEOUT(), QTRY_VERIFY2(). 2015-07-22 19:32:39 +00:00
qtestcoreelement_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
qtestcorelist_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
qtestdata.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qtestdata.h Update copyright headers 2015-02-11 06:49:51 +00:00
qtestelement_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
qtestelement.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qtestelementattribute_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
qtestelementattribute.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qtestevent.h QtTestLib: Use Q_NULLPTR instead of 0 in all public headers 2015-07-06 12:46:26 +00:00
qtestevent.qdoc Update copyright headers 2015-02-11 06:49:51 +00:00
qtesteventloop.h QtTestLib: Use Q_NULLPTR instead of 0 in all public headers 2015-07-06 12:46:26 +00:00
qtestkeyboard.h QtTestLib: Use Q_NULLPTR instead of 0 in all public headers 2015-07-06 12:46:26 +00:00
qtestlog_p.h Add XCTest logger backend to QtTestLib 2015-03-27 16:53:43 +00:00
qtestlog.cpp Add XCTest logger backend to QtTestLib 2015-03-27 16:53:43 +00:00
qtestmouse.cpp QTestLib: Move lastButton member into implementation 2015-06-02 21:55:54 +00:00
qtestmouse.h QtTestLib: Use Q_NULLPTR instead of 0 in all public headers 2015-07-06 12:46:26 +00:00
qtestresult_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
qtestresult.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qtestspontaneevent.h Update copyright headers 2015-02-11 06:49:51 +00:00
qtestsystem.h QtTestLib: Use Q_NULLPTR instead of 0 in all public headers 2015-07-06 12:46:26 +00:00
qtesttable_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
qtesttable.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qtesttouch.h QtTestLib: Use Q_NULLPTR instead of 0 in all public headers 2015-07-06 12:46:26 +00:00
qtestxunitstreamer_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
qtestxunitstreamer.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qxctestlogger_p.h Add XCTest logger backend to QtTestLib 2015-03-27 16:53:43 +00:00
qxctestlogger.mm testlib: fix compile error with macosx10.8 2015-06-22 12:03:57 +00:00
qxmltestlogger_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
qxmltestlogger.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qxunittestlogger_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
qxunittestlogger.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
testlib.pro Merge remote-tracking branch 'origin/5.5' into dev 2015-08-06 10:54:01 +02:00