Skip to content

Commit

Permalink
Fixed #241 - Browse button should open an expecting folder - fixed Lo…
Browse files Browse the repository at this point in the history
…TW binary path
  • Loading branch information
foldynl committed Sep 20, 2023
1 parent 9f69447 commit 5347458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Lotw.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Lotw : public QObject

static const QString getUsername();
static const QString getPassword();
static const QString getTQSLPath(const QString &defaultPath = QStandardPaths::writableLocation(QStandardPaths::AppLocalDataLocation));
static const QString getTQSLPath(const QString &defaultPath = QDir::rootPath());

static void saveUsernamePassword(const QString&, const QString&);
static void saveTQSLPath(const QString&);
Expand Down

0 comments on commit 5347458

Please sign in to comment.