summaryrefslogtreecommitdiffstats
path: root/src/assistant/assistant/helpdocsettingswidget.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Correct tools licenseLucie Gérard2024-03-151-1/+1
| | | | | | | | | | | | | According to QUIP-18 [1], all tools should be LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 [1]: https://contribute.qt-project.org/quips/18 Pick-to: 6.7 Task-number: QTBUG-121787 Change-Id: Ibae020258fe93d60bd45f5f2afeb98da7a90ea4a Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io> Reviewed-by: Kai Köhne <kai.koehne@qt.io>
* Code tidies: use the 4-args connect()Giuseppe D'Angelo2023-06-271-4/+4
| | | | | | | | | | | The 3-arg connect to functor is frowned upon because it's easy to misuse (deleting objects referenced by the functor will not automatically disconnect). Port them to the 4-args connect. Change-Id: I2341ce79afab0c7b6c038049a694f30d54d7a311 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io> Reviewed-by: Ahmad Samir <a.samirh78@gmail.com>
* Use SPDX license identifiersLucie Gérard2022-05-191-38/+2
| | | | | | | | | | | Replace the current license disclaimer in files by a SPDX-License-Identifier. Files that have to be modified by hand are modified. License files are organized under LICENSES directory. Task-number: QTBUG-67283 Change-Id: I5335388c0472b0ee554234fc7eca60769e504660 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
* tools: do not rely on transitive includesFabian Kosmale2022-03-181-0/+2
| | | | | Change-Id: Ib78f984827988a39f56c4423eae40c67797549ea Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
* Fix qttools build after include cleanup in qtbaseVolker Hilsheimer2022-03-181-0/+1
| | | | | | | | QMap and QHash need to be explicitly included. Pick-to: 6.3 Change-Id: I43de3cdf0911c5ed5d86a2107c15cc32d94da30a Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
* Assistant: Fix tr()-callsFriedemann Kleint2020-11-211-2/+3
| | | | | | | | | | Use static calls, fixing: src/assistant/assistant/helpdocsettingswidget.cpp:72: Cannot invoke tr() like this src/assistant/assistant/helpdocsettingswidget.cpp:72: Class 'HelpDocSettingsWidgetPrivate' lacks Q_OBJECT macro Pick-to: 6.0 6.0.0 Change-Id: I2debf4b1dc7ef514a665f0b509257ff0313c6cdd Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
* Assistant: extract doc settings/widget in separate classesJarek Kobus2020-01-091-0/+194
Change-Id: I6eb8545a069febd578604207ae6f4f9311bb9aec Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>