mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
c5f92c7501
commit
8e08fdcc85
4 changed files with 77 additions and 53 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue