Book Shelf
Loading...
Searching...
No Matches
testbookproxymodel.h
Go to the documentation of this file.
1
10#ifndef TESTBOOKPROXYMODEL_H
11#define TESTBOOKPROXYMODEL_H
12
13#include <QObject>
14#include <QtTest/QtTest>
15
16
21class TestBookProxyModel : public QObject
22{
23 Q_OBJECT
24
25private slots:
26 void testFilter();
27};
28
29#endif // TESTBOOKPROXYMODEL_H
The TestBookProxyModel class contains tests for the BookProxyModel class.
Definition testbookproxymodel.h:22