|
1 | 1 | // Copyright (C) 2025 The Qt Company Ltd.
|
2 | 2 | // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
|
3 | 3 |
|
4 |
| -// Up-to-date with Qt Creator 14.0.0 |
| 4 | +// Up-to-date with Qt Creator 16.0.0 |
5 | 5 |
|
| 6 | +/*! |
| 7 | + \externalpage https://doc.qt.io/qtcreator/creator-qtaiassistant.html |
| 8 | + \title \QC: Use Qt AI Assistant |
| 9 | +*/ |
| 10 | +/*! |
| 11 | + \externalpage https://doc.qt.io/qtcreator/creator-how-to-create-vxworks-kits.html |
| 12 | + \title \QC: Create kits for VxWorks devices |
| 13 | +*/ |
| 14 | +/*! |
| 15 | + \externalpage https://doc.qt.io/qtcreator/creator-how-to-create-lua-scripts.html |
| 16 | + \title \QC: Create Lua scripts |
| 17 | +*/ |
| 18 | +/*! |
| 19 | + \externalpage https://doc.qt.io/qtcreator/creator-how-to-manage-winappsdk.html |
| 20 | + \title \QC: Manage Windows App SDK packages |
| 21 | +*/ |
6 | 22 | /*!
|
7 | 23 | \externalpage https://doc.qt.io/qtcreator/creator-deployment-qnx.html
|
8 | 24 | \title \QC: QNX Neutrino Deploy Configuration
|
|
69 | 85 | \title \QC: Developing for MCUs
|
70 | 86 | */
|
71 | 87 | /*!
|
72 |
| - \externalpage https://doc.qt.io/qtcreator/creator-how-to-create-mcu-kits.html |
73 |
| - \title \QC: Connect MCU devices |
| 88 | + \externalpage https://doc.qt.io/qtcreator/creator-how-to-add-mcu-devices.html |
| 89 | + \title \QC: Add MCU devices |
| 90 | +*/ |
| 91 | +/*! |
| 92 | + \externalpage https://doc.qt.io/qtcreator/creator-how-to-add-mcu-kits.html |
| 93 | + \title \QC: Add MCU SDKs |
74 | 94 | */
|
75 | 95 | /*!
|
76 | 96 | \externalpage https://doc.qt.io/qtcreator/creator-how-to-manage-mcu-kits.html
|
|
365 | 385 | \externalpage https://doc.qt.io/qtcreator/creator-vcs-git.html
|
366 | 386 | \title \QC: Git
|
367 | 387 | */
|
| 388 | +/*! |
| 389 | + \externalpage https://doc.qt.io/qtcreator/creator-how-to-git-first-commit.html |
| 390 | + \title \QC: Commit your first change |
| 391 | +*/ |
| 392 | +/*! |
| 393 | + \externalpage https://doc.qt.io/qtcreator/creator-how-to-git-tools.html |
| 394 | + \title \QC: Git Tools |
| 395 | +*/ |
| 396 | +/*! |
| 397 | + \externalpage https://doc.qt.io/qtcreator/creator-how-to-initialize-git-repo.html |
| 398 | + \title \QC: Initialize Git repositories |
| 399 | +*/ |
| 400 | +/*! |
| 401 | + \externalpage https://doc.qt.io/qtcreator/creator-how-to-use-git-on-windows.html |
| 402 | + \title \QC: Use Git for Windows |
| 403 | +*/ |
| 404 | +/*! |
| 405 | + \externalpage https://doc.qt.io/qtcreator/creator-how-to-git-with-subversion.html |
| 406 | + \title \QC: Use Git with Subversion |
| 407 | +*/ |
| 408 | +/*! |
| 409 | + \externalpage https://doc.qt.io/qtcreator/creator-how-to-git-instant-blame.html |
| 410 | + \title \QC: Show instant blame |
| 411 | +*/ |
| 412 | +/*! |
| 413 | + \externalpage https://doc.qt.io/qtcreator/creator-how-to-git-stage-changes.html |
| 414 | + \title \QC: Stage changes |
| 415 | +*/ |
| 416 | +/*! |
| 417 | + \externalpage https://doc.qt.io/qtcreator/creator-how-to-git-blame.html |
| 418 | + \title \QC: git blame |
| 419 | +*/ |
| 420 | +/*! |
| 421 | + \externalpage https://doc.qt.io/qtcreator/creator-how-to-git-clean.html |
| 422 | + \title \QC: git clean |
| 423 | +*/ |
| 424 | +/*! |
| 425 | + \externalpage https://doc.qt.io/qtcreator/creator-how-to-git-diff.html |
| 426 | + \title \QC: git diff |
| 427 | +*/ |
| 428 | +/*! |
| 429 | + \externalpage https://doc.qt.io/qtcreator/creator-how-to-git-log.html |
| 430 | + \title \QC: git log |
| 431 | +*/ |
| 432 | +/*! |
| 433 | + \externalpage https://doc.qt.io/qtcreator/creator-how-to-git-reset.html |
| 434 | + \title \QC: git reset |
| 435 | +*/ |
| 436 | +/*! |
| 437 | + \externalpage https://doc.qt.io/qtcreator/creator-how-to-git-apply-patch.html |
| 438 | + \title \QC: Apply patches |
| 439 | +*/ |
| 440 | +/*! |
| 441 | + \externalpage https://doc.qt.io/qtcreator/creator-how-to-git-interactive-rebase.html |
| 442 | + \title \QC: Interactive rebase |
| 443 | +*/ |
| 444 | +/*! |
| 445 | + \externalpage https://doc.qt.io/qtcreator/creator-how-to-git-am.html |
| 446 | + \title \QC: git am |
| 447 | +*/ |
| 448 | +/*! |
| 449 | + \externalpage https://doc.qt.io/qtcreator/creator-how-to-git-branch.html |
| 450 | + \title \QC: git branch |
| 451 | +*/ |
| 452 | +/*! |
| 453 | + \externalpage https://doc.qt.io/qtcreator/creator-how-to-git-commit.html |
| 454 | + \title \QC: git commit |
| 455 | +*/ |
| 456 | +/*! |
| 457 | + \externalpage https://doc.qt.io/qtcreator/creator-how-to-git-merge.html |
| 458 | + \title \QC: git merge |
| 459 | +*/ |
| 460 | +/*! |
| 461 | + \externalpage https://doc.qt.io/qtcreator/creator-how-to-git-reflog.html |
| 462 | + \title \QC: git reflog |
| 463 | +*/ |
| 464 | +/*! |
| 465 | + \externalpage https://doc.qt.io/qtcreator/creator-how-to-git-stash.html |
| 466 | + \title \QC: git stash |
| 467 | +*/ |
| 468 | +/*! |
| 469 | + \externalpage https://doc.qt.io/qtcreator/creator-how-to-git-status.html |
| 470 | + \title \QC: git status |
| 471 | +*/ |
| 472 | +/*! |
| 473 | + \externalpage https://doc.qt.io/qtcreator/creator-how-to-git-commits.html |
| 474 | + \title \QC: Apply actions to commits |
| 475 | +*/ |
| 476 | +/*! |
| 477 | + \externalpage https://doc.qt.io/qtcreator/creator-how-to-gerrit.html |
| 478 | + \title \QC: Review code with Gerrit |
| 479 | +*/ |
| 480 | +/*! |
| 481 | + \externalpage https://doc.qt.io/qtcreator/creator-how-to-git-fetch.html |
| 482 | + \title \QC: git fetch |
| 483 | +*/ |
| 484 | +/*! |
| 485 | + \externalpage https://doc.qt.io/qtcreator/creator-how-to-git-pull.html |
| 486 | + \title \QC: git pull |
| 487 | +*/ |
| 488 | +/*! |
| 489 | + \externalpage https://doc.qt.io/qtcreator/creator-how-to-git-push.html |
| 490 | + \title \QC: git push |
| 491 | +*/ |
368 | 492 | /*!
|
369 | 493 | \externalpage https://doc.qt.io/qtcreator/creator-vcs-gitlab.html
|
370 | 494 | \title \QC: GitLab
|
|
1336 | 1460 | */
|
1337 | 1461 | /*!
|
1338 | 1462 | \externalpage https://doc.qt.io/qtcreator/creator-axivion.html
|
1339 |
| - \title \QC: Prevent code erosion |
| 1463 | + \title \QC: View Axivion static code analysis results |
1340 | 1464 | */
|
1341 | 1465 | /*!
|
1342 | 1466 | \externalpage https://doc.qt.io/qtcreator/creator-preferences-axivion.html
|
1343 | 1467 | \title \QC: Axivion
|
1344 | 1468 | */
|
1345 | 1469 | /*!
|
1346 |
| - \externalpage https://doc.qt.io/qtcreator/creator-link-axivion-dashboards.html |
1347 |
| - \title \QC: Link projects to Axivion dashboards |
| 1470 | + \externalpage https://doc.qt.io/qtcreator/creator-coco.html |
| 1471 | + \title \QC: Set up code coverage from Coco |
1348 | 1472 | */
|
1349 | 1473 | /*!
|
1350 |
| - \externalpage https://doc.qt.io/qtcreator/creator-coco.html |
1351 |
| - \title \QC: Check code coverage |
| 1474 | + \externalpage https://doc.qt.io/qtcreator/creator-how-to-view-code-coverage-with-coco.html |
| 1475 | + \title \QC: View code coverage reports from Coco |
1352 | 1476 | */
|
1353 | 1477 | /*!
|
1354 | 1478 | \externalpage https://doc.qt.io/qtcreator/creator-how-to-run-in-app-manager.html
|
|
1418 | 1542 | \externalpage https://doc.qt.io/qtcreator/creator-how-to-find-settings-files.html
|
1419 | 1543 | \title \QC: Reset \QC settings
|
1420 | 1544 | */
|
| 1545 | +/*! |
| 1546 | + \externalpage https://doc.qt.io/qtcreator/creator-how-to-install-extensions.html |
| 1547 | + \title \QC: Install extensions |
| 1548 | +*/ |
1421 | 1549 | /*!
|
1422 | 1550 | \externalpage https://doc.qt.io/qtcreator/creator-how-to-load-extensions.html
|
1423 | 1551 | \title \QC: Load extensions
|
1424 | 1552 | */
|
| 1553 | +/*! |
| 1554 | + \externalpage https://doc.qt.io/qtcreator/creator-how-to-manage-extensions.html |
| 1555 | + \title \QC: Manage extensions |
| 1556 | +*/ |
1425 | 1557 | /*!
|
1426 | 1558 | \externalpage https://doc.qt.io/qtcreator/creator-how-to-install-plugins.html
|
1427 | 1559 | \title \QC: Install plugins
|
|
0 commit comments