summaryrefslogtreecommitdiff
path: root/tests/manual/debugger/gui
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2020-06-18 13:01:56 +0200
committerhjk <hjk@qt.io>2020-06-18 13:41:56 +0000
commitdd9519b1c4742c8836d818b5d8da0366a66569c7 (patch)
treeb9dd2a8cdbe2b4ed7c5cd9d6f14bc99d19479e65 /tests/manual/debugger/gui
parentda829f3fe7d381ab321cd3a9470dfb6ca2ba6ce1 (diff)
downloadqt-creator-dd9519b1c4742c8836d818b5d8da0366a66569c7.tar.gz
Debugger: Remove QLinkedList occurrences from manual tests
And restrict the auto test to Qt<6. Task-number: QTCREATORBUG-24098 Change-Id: Idfbe94bc1a4b2d5a8c23a07a031520775bb17cd3 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'tests/manual/debugger/gui')
-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"));