summaryrefslogtreecommitdiff
path: root/examples/enginio/widgets/cloudaddressbook/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/enginio/widgets/cloudaddressbook/mainwindow.h')
-rw-r--r--examples/enginio/widgets/cloudaddressbook/mainwindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/enginio/widgets/cloudaddressbook/mainwindow.h b/examples/enginio/widgets/cloudaddressbook/mainwindow.h
index 7161792..979b08c 100644
--- a/examples/enginio/widgets/cloudaddressbook/mainwindow.h
+++ b/examples/enginio/widgets/cloudaddressbook/mainwindow.h
@@ -47,12 +47,14 @@
QT_BEGIN_NAMESPACE
class EnginioClient;
class EnginioReply;
+class QSortFilterProxyModel;
QT_END_NAMESPACE
QT_USE_NAMESPACE
class AddressBookModel;
+
class MainWindow : public QMainWindow, Ui_MainWindow
{
Q_OBJECT
@@ -74,6 +76,7 @@ private:
// Enginio object model containing addresses
AddressBookModel *model;
+ QSortFilterProxyModel *sortFilterProxyModel;
};
#endif // MAINWINDOW_H