QtBase  v6.3.1
Classes | Macros | Functions
tst_qstringlistmodel.cpp File Reference
#include <QTest>
#include <QSignalSpy>
#include <qabstractitemmodel.h>
#include <qcoreapplication.h>
#include <qmap.h>
#include <qstringlistmodel.h>
#include <qstringlist.h>
#include "qmodellistener.h"
#include <algorithm>
#include "tst_qstringlistmodel.moc"
Include dependency graph for tst_qstringlistmodel.cpp:

Go to the source code of this file.

Classes

class  tst_QStringListModel
 

Macros

#define ROW(row, string, role)    QTest::newRow(#row " -> " string) << row << QString(string) << int(Qt::role)
 

Functions

template<class C >
C sorted (C c)
 

Macro Definition Documentation

◆ ROW

#define ROW (   row,
  string,
  role 
)     QTest::newRow(#row " -> " string) << row << QString(string) << int(Qt::role)

Function Documentation

◆ sorted()

template<class C >
C sorted ( C  c)

Definition at line 332 of file tst_qstringlistmodel.cpp.

Here is the caller graph for this function: