MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / StringViewToQString

Function StringViewToQString

pcsx2-qt/QtUtils.cpp:318–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316 }
317
318 QString StringViewToQString(const std::string_view str)
319 {
320 return str.empty() ? QString() : QString::fromUtf8(str.data(), str.size());
321 }
322
323 void SetWidgetFontForInheritedSetting(QWidget* widget, bool inherited)
324 {

Callers 12

OnSaveStateLoadingMethod · 0.85
OnSaveStateLoadedMethod · 0.85
OnSaveStateSavedMethod · 0.85
DownloadFileMethod · 0.85
OpenURLMethod · 0.85
CopyTextToClipboardMethod · 0.85
dataMethod · 0.85
populateTrackListMethod · 0.85
populateListMethod · 0.85

Calls 3

emptyMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected