diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-01-06 22:12:05 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-01-06 19:38:38 -0800 |
commit | 59fc5cecb71ebf2edcca2cc7818b92bc621c2620 (patch) | |
tree | b4ea608c299fcfd6bb0cdccf1a8a9623266658c1 /qt-ui/divelogimportdialog.h | |
parent | fd41ff4ab91d95c1ad505ca5b53697963fdf14b2 (diff) | |
download | subsurface-59fc5cecb71ebf2edcca2cc7818b92bc621c2620.tar.gz |
Add the code to actually make it possible to move columns
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/divelogimportdialog.h')
-rw-r--r-- | qt-ui/divelogimportdialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/divelogimportdialog.h b/qt-ui/divelogimportdialog.h index 0043f3ff2..29ceedf7d 100644 --- a/qt-ui/divelogimportdialog.h +++ b/qt-ui/divelogimportdialog.h @@ -38,6 +38,7 @@ public: int columnCount(const QModelIndex &parent = QModelIndex()) const; void setColumnValues(QList<QStringList> columns); QStringList result() const; + void swapValues(const QString& one, const QString& other); private: QList<QStringList> columnValues; QStringList columnNames; |