summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/snippets/code
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into 5.12.1Liang Qi2019-01-0825-458/+713
|\
| * QtCore: Unify license headersKai Koehne2018-12-2225-473/+737
| * Doc: fix null pointer passing to fprintfThiago Macieira2018-12-141-5/+7
* | Doc: Restore documentation for QTest functions in other modulesTopi Reinio2019-01-041-52/+0
|/
* Documention: Use const-ref in the snippets for qOverload()Friedemann Kleint2018-11-271-7/+7
* Documentation: update Q_DISABLE_COPY documentationChristian Ehrlicher2018-11-191-11/+9
* Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-1535-0/+2080
* Doc: fix QRegularExpression::wildcardToRegularExpression snippetSamuel Gaist2018-10-021-1/+4
* Doc: Fix QEasingCurve code snippetsTopi Reinio2018-09-251-2/+6
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-071-2/+13
|\
| * Doc: Move the literal code blocks to a separate fileVenugopal Shivashankar2018-09-031-2/+13
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-177-14/+14
|\|
| * doc: Add missing override and remove redundant virtual for snippetsAlexander Volkov2018-08-167-14/+14
* | Refactor wildcard support in QRegularExpressionSamuel Gaist2018-08-161-0/+7
* | Doc: Fix QByteArray::toFloat snippetAndre Hartmann2018-08-071-1/+1
* | Merge branch '5.11' into devEdward Welbourne2018-07-311-1/+1
|\|
| * Doc: Remove erroneous comma in snippetPaul Wicking2018-07-201-1/+1
* | Introduce QScopeGuardSérgio Martins2018-07-211-0/+67
* | Doc: harmonize toDouble() and toFloat() for QString and QByteArrayAndre Hartmann2018-07-141-1/+13
* | Add QT_TR*_N_NOOP() macrosMateusz Starzycki2018-05-151-0/+48
|/
* improve documentation, mostly of the QT_TR*_NOOP macrosOswald Buddenhagen2018-04-251-8/+8
* Doc: Advocate use of std::initializer_list constructor in Q[String]ListKai Koehne2018-04-231-5/+8
* doc: Improve QByteArray::fromRawData snippetSamuel Gaist2018-03-291-3/+3
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-141-1/+1
|\
| * QThreadPool: Add missing semicolon after class in documentationAndre Hartmann2018-01-171-1/+1
* | Documentation: don't suggest abort() in qInstallMessageHandler()Thiago Macieira2018-02-111-1/+1
* | Add doc explaining the gotcha when connecting a signal to qApp->exitd3fault2018-01-091-1/+1
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-041-1/+1
|\|
| * doc: fix code snippet of qConstOverload usageGatis Paeglis2017-09-251-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-07-191-1/+1
|\|
| * Doc: Fix snippet for QUrl::isValid() documentationKai Koehne2017-07-181-1/+1
* | Be (somewhat more) consistent about the value of piEdward Welbourne2017-06-201-3/+4
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-291-0/+9
|\|
| * QDirIterator docs: add a cool recursive file-finding snippetShawn Rutledge2017-05-161-0/+9
* | QStringIterator: port to QStringViewMarc Mutz2017-04-031-3/+2
* | QLocale: add QStringView overload of number parsing functionsMarc Mutz2017-03-291-0/+17
|/
* Replace outdated BSD license textKai Koehne2017-03-032-2/+22
* Doc: Use canonical contact URL in license headerKai Koehne2017-02-282-2/+2
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-241-2/+2
|\
| * Doc: Fix minor typos in QRectFAaron Linville2017-02-231-2/+2
* | QObject: add startTimer() overload with std::chronoAnton Kudryavtsev2016-12-231-0/+11
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-163-3/+3
|\|
| * doc: Replace Q_DECL_OVERRIDE by override in snippetsAlexander Volkov2016-12-143-3/+3
* | QObject: remove unused function qt_find_obj_childOlivier Goffart2016-11-091-8/+0
|/
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-223-0/+111
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-213-0/+111
| |\
| | * Doc: add macOS example of QAbstractNativeEventFilter implementationSamuel Gaist2016-09-203-0/+111
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-192-10/+7
|\| |
| * | Fix typo in doc snippets of qOverload and relatedFriedemann Kleint2016-07-191-6/+6
| * | Doc: Fix snippet to use initializer listKai Koehne2016-07-181-4/+1