aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickdialogs2/quickdialogs2quickimpl/qquickmessagedialogimpl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-06-111-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. Pick-to: 6.4 Task-number: QTBUG-67283 Change-Id: I63563bbeb6f60f89d2c99660400dca7fab78a294 Reviewed-by: Shawn Rutledge <[email protected]>
* QuickDialogs2QuickImpl: includemocsMarc Mutz2022-04-291-0/+2
| | | | | | | | | | | Including moc files directly into their classes' TU tends to improve codegen and enables extended compiler warnings, e.g. about unused private functions or fields. Pick-to: 6.3 6.2 5.15 Task-number: QTBUG-102948 Change-Id: I69a76a7e25c2f260801190ef1803b561b7300b5d Reviewed-by: Mårten Nordheim <[email protected]>
* Use up-to date LGPL license headerKai Köhne2022-01-271-11/+14
| | | | | | | | | | | Remove usages of outdated LGPL3 header that references LICENSES.LGPLv3 instead of LICENSES.LGPL3. See also 5d4679289bc for a similar commit in the past. Pick-to: 6.3 Change-Id: Icbe5eea7bb7b9c5d46cdd56fa3b177d2e22a5fa9 Reviewed-by: Volker Hilsheimer <[email protected]>
* Add MessageDialog to QtQuick.DialogsOliver Eftevaag2021-12-091-0/+223
[ChangeLog][QtQuickDialogs] Added MessageDialog. This is a native MessageDialog on platforms that support it, and a non-native Qt Quick MessageDialog on platforms that don't. Fixes: QTBUG-87800 Change-Id: I5e7c7afb0bfeb1c84b67f36712b0ed2d5df75ecb Reviewed-by: Mitch Curtis <[email protected]>