mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Enable libdivecomputer log or dump from the UI
Pick filenames for these functions as they are selected. Use the windows-safe fopen function. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
4de739b935
commit
d42cc5a40c
6 changed files with 113 additions and 31 deletions
|
@ -1,6 +1,9 @@
|
|||
#include "qthelper.h"
|
||||
#include "qt-ui/mainwindow.h"
|
||||
#include "qt-gui.h"
|
||||
#include <QRegExp>
|
||||
#include <QDir>
|
||||
#include <QFileDialog>
|
||||
#include <QDebug>
|
||||
|
||||
#define tr(_arg) mainWindow()->information()->tr(_arg)
|
||||
|
@ -197,4 +200,3 @@ QList< int > getDivesInTrip ( dive_trip_t* trip )
|
|||
}
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue