mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-04 20:36:58 +03:00
Questionable fix two
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
1191c33c2b
commit
0b4807dc1f
1 changed files with 0 additions and 5 deletions
|
|
@ -125,14 +125,9 @@ void VersionListView::paintEvent(QPaintEvent *event)
|
|||
|
||||
QString VersionListView::currentEmptyString() const
|
||||
{
|
||||
if(m_itemCount) {
|
||||
return QString();
|
||||
}
|
||||
switch(m_emptyMode)
|
||||
{
|
||||
default:
|
||||
case VersionListView::Empty:
|
||||
return QString();
|
||||
case VersionListView::String:
|
||||
return m_emptyString;
|
||||
case VersionListView::ErrorString:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue