aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/debugger/gui/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/debugger/gui/mainwindow.cpp')
-rw-r--r--tests/manual/debugger/gui/mainwindow.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/manual/debugger/gui/mainwindow.cpp b/tests/manual/debugger/gui/mainwindow.cpp
index 37545d7c5f..723a0b67c9 100644
--- a/tests/manual/debugger/gui/mainwindow.cpp
+++ b/tests/manual/debugger/gui/mainwindow.cpp
@@ -46,7 +46,6 @@
#include <QFileInfo>
#include <QSharedPointer>
#include <QDir>
-#include <QLinkedList>
#include <QStandardItemModel>
struct TestClass {
@@ -306,8 +305,6 @@ void MainWindow::on_actionExtTypes_triggered()
qDebug() << hidden;
}
- QLinkedList<QString> lls;
- lls << "link1" << "link2";
QStandardItemModel *model =new QStandardItemModel;
model->appendRow(new QStandardItem("i1"));