mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Clean a lot of code for a new and improved CSV import dialog
This mostly cleans out stuff that is going to be uneeded. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
37830bdb53
commit
48775c530e
3 changed files with 98 additions and 1380 deletions
|
|
@ -23,26 +23,6 @@ slots:
|
|||
void on_knownImports_currentIndexChanged(int index);
|
||||
void unknownImports();
|
||||
|
||||
void manualDiveNumber();
|
||||
void manualDate();
|
||||
void manualTime();
|
||||
void manualLocation();
|
||||
void manualGps();
|
||||
void manualMaxDepth();
|
||||
void manualMeanDepth();
|
||||
void manualBuddy();
|
||||
void manualNotes();
|
||||
void manualTags();
|
||||
void manualWeight();
|
||||
void manualDuration();
|
||||
void manualCylinderSize();
|
||||
void manualStartPressure();
|
||||
void manualEndPressure();
|
||||
void manualO2();
|
||||
void manualHe();
|
||||
void manualAirTemp();
|
||||
void manualWaterTemp();
|
||||
|
||||
private:
|
||||
bool selector;
|
||||
QStringList fileNames;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue