Deleting screenshots. Needs fixing.
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user