mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 09:59:59 +03:00
Deleting screenshots. Needs fixing.
This commit is contained in:
parent
da33fa4090
commit
55e21737dd
7 changed files with 56 additions and 7 deletions
|
|
@ -2,7 +2,7 @@
|
|||
#include "ui_ScreenshotDialog.h"
|
||||
|
||||
#include <QModelIndex>
|
||||
#include <QDebug>
|
||||
#include <QMutableListIterator>
|
||||
|
||||
#include "ProgressDialog.h"
|
||||
#include "CustomMessageBox.h"
|
||||
|
|
@ -71,3 +71,8 @@ void ScreenshotDialog::on_uploadBtn_clicked()
|
|||
reject();
|
||||
}
|
||||
}
|
||||
|
||||
void ScreenshotDialog::on_deleteBtn_clicked()
|
||||
{
|
||||
m_list->deleteSelected(this);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue