mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 09:59:59 +03:00
Close to finished. Need to fix the upload part. Viewing works (in grayscale)
This commit is contained in:
parent
4a77524b05
commit
5e33da258c
9 changed files with 53 additions and 134 deletions
|
|
@ -20,7 +20,7 @@ QList<ScreenShot*> ScreenshotDialog::selected()
|
|||
{
|
||||
QList<ScreenShot*> list;
|
||||
QList<ScreenShot*> first = m_list->screenshots();
|
||||
for (QModelIndex index : ui->listView->selectionModel()->selectedIndexes())
|
||||
for (QModelIndex index : ui->listView->selectionModel()->selectedRows())
|
||||
{
|
||||
list.append(first.at(index.row()));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue