MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / updateEmptyViewPort

Method updateEmptyViewPort

launcher/ui/widgets/VersionListView.cpp:99–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected