summaryrefslogtreecommitdiffstats
path: root/qt-ui/mainwindow.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-04-25 20:49:03 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-04-25 20:49:03 -0700
commit106659774ae83b7442f6cc749273248e07ff6c80 (patch)
treefecdfd3362abac4065e3e10b70520cfa131640e5 /qt-ui/mainwindow.h
parent8da7a6985b057c5abfbd5ad1dbc7bdbfdcdfa0fb (diff)
parentb20b57b29fe2efcbafb064670a8ca53b0022eca0 (diff)
downloadsubsurface-106659774ae83b7442f6cc749273248e07ff6c80.tar.gz
Merge branch 'QtStuff' of git://github.com/tcanabrava/subsurface into Qt
Diffstat (limited to 'qt-ui/mainwindow.h')
-rw-r--r--qt-ui/mainwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h
index 43ebde7f5..fdb100c7a 100644
--- a/qt-ui/mainwindow.h
+++ b/qt-ui/mainwindow.h
@@ -9,6 +9,7 @@
#include <QMainWindow>
+class QSortFilterProxyModel;
class DiveTripModel;
namespace Ui
@@ -68,6 +69,7 @@ private Q_SLOTS:
private:
Ui::MainWindow *ui;
DiveTripModel *model;
+ QSortFilterProxyModel *sortModel;
QString filter();
bool askSaveChanges();