![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qstringconverter_base.h>
Public Types | |
enum | Error : quint8 { NoError , InvalidCharacters , NotEnoughSpace } |
\value NoError No error. More... |
Definition at line 174 of file qstringconverter_base.h.
\value NoError No error.
\value InvalidCharacters The encoder successfully finalized, but encountered invalid characters either during finalization or some time earlier. \value NotEnoughSpace finalize() did {not} succeed, you must grow the buffer and call finalize() again.
Enumerator | |
---|---|
NoError | |
InvalidCharacters | |
NotEnoughSpace |
Definition at line 176 of file qstringconverter_base.h.