SettingsInfo: open containing folder on wallet log path click

This commit is contained in:
xiphon
2019-12-10 00:42:48 +00:00
parent 46227bdad0
commit ba24fd79bb
3 changed files with 43 additions and 7 deletions

View File

@@ -39,6 +39,7 @@ class OSHelper : public QObject
public:
explicit OSHelper(QObject *parent = 0);
Q_INVOKABLE bool openContainingFolder(const QString &filePath) const;
Q_INVOKABLE QString temporaryFilename() const;
Q_INVOKABLE QString temporaryPath() const;
Q_INVOKABLE bool removeTemporaryWallet(const QString &walletName) const;