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

Method updateEmptyViewPort

launcher/ui/widgets/VersionListView.cpp:82–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void VersionListView::updateEmptyViewPort()
83{
84#ifndef QT_NO_ACCESSIBILITY
85 setAccessibleDescription(currentEmptyString());
86#endif /* !QT_NO_ACCESSIBILITY */
87
88 if(!m_itemCount)
89 {
90 viewport()->update();
91 }
92}
93
94void VersionListView::paintEvent(QPaintEvent *event)
95{

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected