mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Rework csvimportdialog to make room for features
This rewires things a bit to make room for new features coming. Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
d4563e54a9
commit
1a0adea0cc
2 changed files with 6 additions and 14 deletions
|
@ -22,10 +22,8 @@ private slots:
|
|||
void on_buttonBox_accepted();
|
||||
void on_CSVFileSelector_clicked();
|
||||
void on_knownImports_currentIndexChanged(int index);
|
||||
void on_CSVTime_valueChanged(int arg1);
|
||||
void on_CSVDepth_valueChanged(int arg1);
|
||||
void on_CSVTemperature_valueChanged(int arg1);
|
||||
void on_CSVFile_textEdited();
|
||||
void unknownImports(int);
|
||||
|
||||
private:
|
||||
void unknownImports();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue