Details
-
Bug
-
Resolution: Unresolved
-
P4: Low
-
None
-
5.0.0
-
None
Description
The startWriting() methods are slots, but rely on the return value to report errors according to http://doc-snapshot.qt-project.org/5.0/qversitwriter.html#stateChanged either errors should be reported by having an additional State used by the stateChanged() signal, or the methods should not be slots. The current API is broken by design.