MCPcopy Create free account
hub / github.com/MultiMC/Launcher / setEmptyString

Method setEmptyString

launcher/ui/widgets/VersionListView.cpp:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void VersionListView::setEmptyString(QString emptyString)
65{
66 m_emptyString = emptyString;
67 updateEmptyViewPort();
68}
69
70void VersionListView::setEmptyErrorString(QString emptyErrorString)
71{

Calls

no outgoing calls

Tested by

no test coverage detected