Skip to content

Commit

Permalink
Export QLatin1::convertFromUnicode()
Browse files Browse the repository at this point in the history
We need it in QtNetwork.

Change-Id: I6d26592ee79bffc7390ea742892f134e69ad77b1
Reviewed-by: Juha Vuolle <[email protected]>
Reviewed-by: Mårten Nordheim <[email protected]>
  • Loading branch information
marcmutz authored and Juha Vuolle committed May 29, 2024
1 parent 4bb36a6 commit 5c1ea2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/corelib/text/qstringconverter_p.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ struct QLatin1
static char *convertFromUnicode(char *out, QStringView in, QStringConverter::State *state) noexcept;

// Defined in qstring.cpp
Q_CORE_EXPORT
static char *convertFromUnicode(char *out, QStringView in) noexcept;
};

Expand Down

0 comments on commit 5c1ea2c

Please sign in to comment.