mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 07:25:26 +00:00
Simplify qstr function
This commit is contained in:
parent
844e09c40e
commit
ae156801df
15 changed files with 15 additions and 15 deletions
|
|
@ -5,7 +5,7 @@
|
|||
#include <QScreen>
|
||||
#include <QThread>
|
||||
|
||||
inline QString qstr(const std::string& _in) { return QString::fromUtf8(_in.data(), _in.size()); }
|
||||
constexpr auto qstr = QString::fromStdString;
|
||||
|
||||
void msg_dialog_frame::Create(const std::string& msg)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue