summaryrefslogtreecommitdiffstats
path: root/qt-ui/divelogimportdialog.h
diff options
context:
space:
mode:
authorGravatar Miika Turkia <miika.turkia@gmail.com>2015-08-27 17:36:23 +0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-08-27 08:59:44 -0700
commit8e08fdcc85a95fa31f47478f20cb6fa9579162fb (patch)
tree1337a245461fce7cefdd7c70b19ecc75a8c67e74 /qt-ui/divelogimportdialog.h
parentc5f92c750157be9aa11a2a3bc3619269e11d7c70 (diff)
downloadsubsurface-8e08fdcc85a95fa31f47478f20cb6fa9579162fb.tar.gz
Clean up CSV import parameters
Continuing the crusade against excessive number of parameters for some functions. This should be the last of the import functions to be cleaned up. Signed-off-by: Miika Turkia <miika.turkia@gmail.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 9840c94d1..03bb14029 100644
--- a/qt-ui/divelogimportdialog.h
+++ b/qt-ui/divelogimportdialog.h
@@ -86,6 +86,7 @@ slots:
void loadFileContentsSeperatorSelected(int value);
void loadFileContentsKnownTypesSelected(int value);
void loadFileContents(int value, enum whatChanged triggeredBy);
+ int setup_csv_params(QStringList r, char **params, int pnr);
private:
bool selector;