aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlsourcecoordinate_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Simplify errors and diagnosticsUlf Hermann2019-06-141-0/+95
We only need two classes to describe all possible diagnostics: * A low-level private POD DiagnosticMessage. This is easily copied and passed around internally. It doesn't need to adhere to a stable API and it doesn't carry any extra baggage. * The high-level public QQmlError with its stable interface. This can internally also use a DiagnosticMessage as storage. Change-Id: I52be88d9b5d9855a661b8032b01eedb43a0fb0b3 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>