MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / updateEmptyViewPort

Method updateEmptyViewPort

launcher/ui/widgets/VersionListView.cpp:102–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102void VersionListView::updateEmptyViewPort()
103{
104#ifndef QT_NO_ACCESSIBILITY
105 setAccessibleDescription(currentEmptyString());
106#endif /* !QT_NO_ACCESSIBILITY */
107
108 if(!m_itemCount)
109 {
110 viewport()->update();
111 }
112}
113
114void VersionListView::paintEvent(QPaintEvent *event)
115{

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected