summaryrefslogtreecommitdiffstats
path: root/qt-ui/divelogimportdialog.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2015-01-06 22:12:05 -0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-01-06 19:38:38 -0800
commit59fc5cecb71ebf2edcca2cc7818b92bc621c2620 (patch)
treeb4ea608c299fcfd6bb0cdccf1a8a9623266658c1 /qt-ui/divelogimportdialog.h
parentfd41ff4ab91d95c1ad505ca5b53697963fdf14b2 (diff)
downloadsubsurface-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.h1
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;