Deleting screenshots. Needs fixing.

This commit is contained in:
robotbrain
2014-02-24 17:40:05 -05:00
parent da33fa4090
commit 55e21737dd
7 changed files with 56 additions and 7 deletions

View File

@ -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);
}