MCPcopy Create free account
hub / github.com/KDE/labplot / listStack

Method listStack

tests/CommonTest.cpp:33–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void CommonTest::listStack(QUndoStack* stack) {
34 qDebug() << "--------------------------";
35 qDebug() << "Begin list Undostack History";
36 if (stack) {
37 for (int i = 0; i < stack->count(); i++) {
38 qDebug() << stack->text(i);
39 }
40 }
41 qDebug() << "End list Undostack History";
42 qDebug() << "--------------------------";
43}
44
45void CommonTest::wait(int milliseconds) {
46 QTimer timer(this);

Callers

nothing calls this directly

Calls 2

countMethod · 0.45
textMethod · 0.45

Tested by

no test coverage detected