Merge branch 'master' of https://github.com/uwerat/qskinny
This commit is contained in:
commit
1fa98ef9a2
@ -90,7 +90,7 @@ int QskSelectionSubWindow::selectedRow() const
|
||||
QString QskSelectionSubWindow::selectedEntry() const
|
||||
{
|
||||
if ( auto listBox = qskListBox( this ) )
|
||||
listBox->selectedEntry();
|
||||
return listBox->selectedEntry();
|
||||
|
||||
return QString();
|
||||
}
|
||||
|
@ -93,7 +93,7 @@ int QskSelectionWindow::selectedRow() const
|
||||
QString QskSelectionWindow::selectedEntry() const
|
||||
{
|
||||
if ( auto listBox = qskListBox( this ) )
|
||||
listBox->selectedEntry();
|
||||
return listBox->selectedEntry();
|
||||
|
||||
return QString();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user