diff options
author | Anton Lundin <glance@acc.umu.se> | 2013-11-21 23:48:37 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-11-21 15:53:54 -0800 |
commit | cf06f78892c3d96fc62c4861dc0f29f8c1deafa4 (patch) | |
tree | b5a37081204606c3b53eb8ff18563ca6588d585b /qt-ui/csvimportdialog.h | |
parent | 1a0adea0cccd98a1300885e775e6420bd04899fb (diff) | |
download | subsurface-cf06f78892c3d96fc62c4861dc0f29f8c1deafa4.tar.gz |
Make temperature optional in csv import
This adds a checkbox to be able to import csv files without temperature.
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/csvimportdialog.h')
-rw-r--r-- | qt-ui/csvimportdialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/csvimportdialog.h b/qt-ui/csvimportdialog.h index 40359a505..9a4fc2c78 100644 --- a/qt-ui/csvimportdialog.h +++ b/qt-ui/csvimportdialog.h @@ -24,6 +24,7 @@ private slots: void on_knownImports_currentIndexChanged(int index); void on_CSVFile_textEdited(); void unknownImports(int); + void unknownImports(bool); private: void unknownImports(); |