1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-06-27 03:29:16 +02:00

Added option to surpress error messages

Closes #487
This commit is contained in:
2023-08-12 06:55:50 +02:00
parent 183c35ec7a
commit f998148fec
4 changed files with 71 additions and 40 deletions

View File

@ -13,7 +13,7 @@
class Data
{
public:
Data(const QString &fileName, bool full = true);
Data(const QString &fileName, bool tryUnknown = true);
bool isValid() const {return _valid;}
const QString &errorString() const {return _errorString;}