mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Another skeleton: LoadFileContents
Also, do not pass QStringLists by pointer, uneeded. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f1b90813cf
commit
ba30e938b3
3 changed files with 14 additions and 5 deletions
|
@ -73,7 +73,7 @@ class DiveLogImportDialog : public QDialog {
|
|||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit DiveLogImportDialog(QStringList *fn, QWidget *parent = 0);
|
||||
explicit DiveLogImportDialog(QStringList fn, QWidget *parent = 0);
|
||||
~DiveLogImportDialog();
|
||||
|
||||
private
|
||||
|
@ -81,7 +81,7 @@ slots:
|
|||
void on_buttonBox_accepted();
|
||||
void on_knownImports_currentIndexChanged(int index);
|
||||
void unknownImports();
|
||||
|
||||
void loadFileContents();
|
||||
private:
|
||||
bool selector;
|
||||
QStringList fileNames;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue