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

Method setEmptyErrorString

launcher/ui/widgets/VersionListView.cpp:70–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void VersionListView::setEmptyErrorString(QString emptyErrorString)
71{
72 m_emptyErrorString = emptyErrorString;
73 updateEmptyViewPort();
74}
75
76void VersionListView::setEmptyMode(VersionListView::EmptyMode mode)
77{

Calls

no outgoing calls

Tested by

no test coverage detected