diff options
| author | xiphon <xiphon@protonmail.com> | 2020-04-06 16:57:32 +0000 |
|---|---|---|
| committer | xiphon <xiphon@protonmail.com> | 2020-04-12 21:34:22 +0000 |
| commit | 5f27a45910fcba954e652f3214bc489f03262346 (patch) | |
| tree | 151d35b69a466881628096f7130eefdd02758596 /src/qt/utils.h | |
| parent | 042400b83fdea6c18ea8a7970cb0a8af2070c03a (diff) | |
| download | monzero-gui-5f27a45910fcba954e652f3214bc489f03262346.tar.gz monzero-gui-5f27a45910fcba954e652f3214bc489f03262346.tar.xz monzero-gui-5f27a45910fcba954e652f3214bc489f03262346.zip | |
'--verify-update', shasum support, OpenPGP signatures verification
Diffstat (limited to 'src/qt/utils.h')
| -rw-r--r-- | src/qt/utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/utils.h b/src/qt/utils.h index 17fb44d9..aace5d00 100644 --- a/src/qt/utils.h +++ b/src/qt/utils.h @@ -34,6 +34,7 @@ #include <QApplication> bool fileExists(QString path); +QByteArray fileGetContents(QString path); QByteArray fileOpen(QString path); bool fileWrite(QString path, QString data); QString getAccountName(); |
