Remove useless using std

This commit is contained in:
Jonas Kvinge
2020-04-20 17:49:06 +02:00
parent 1cfe61dc72
commit c69fff52cc
25 changed files with 13 additions and 66 deletions

View File

@@ -36,8 +36,6 @@
#include "organiseerrordialog.h"
#include "ui_organiseerrordialog.h"
using std::stable_sort;
OrganiseErrorDialog::OrganiseErrorDialog(QWidget *parent) : QDialog(parent), ui_(new Ui_OrganiseErrorDialog) {
ui_->setupUi(this);