diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-01-06 16:41:49 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-01-06 19:38:04 -0800 |
commit | 4e7bd86e07ce5220d54f4140730cfc25a8cb818c (patch) | |
tree | 0aae01b21c790cf65112d03c89726e9bb4ebddb6 /qt-ui/divelogimportdialog.cpp | |
parent | af13ba7d443ecfaa16025ad7c74ecfadb46f807f (diff) | |
download | subsurface-4e7bd86e07ce5220d54f4140730cfc25a8cb818c.tar.gz |
Fix constructor
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/divelogimportdialog.cpp')
-rw-r--r-- | qt-ui/divelogimportdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/divelogimportdialog.cpp b/qt-ui/divelogimportdialog.cpp index 73b2e5631..e483cb8ef 100644 --- a/qt-ui/divelogimportdialog.cpp +++ b/qt-ui/divelogimportdialog.cpp @@ -144,7 +144,7 @@ void ColumnDropCSVView::dropEvent(QDropEvent *event) } -ColumnNameResult::ColumnNameResult(QObject *parent) +ColumnNameResult::ColumnNameResult(QObject *parent) : QAbstractTableModel(parent) { } |