diff options
| author | xiphon <xiphon@protonmail.com> | 2019-12-12 01:21:49 +0000 |
|---|---|---|
| committer | xiphon <xiphon@protonmail.com> | 2019-12-12 01:28:49 +0000 |
| commit | 088d32e712a2c6e51a04f919c0ade96b643a49e3 (patch) | |
| tree | 1a28761513ed460daeb77240f3d4391c8c0cfbf2 /src/qt/macoshelper.h | |
| parent | ba24fd79bb50ff82f0fd94a5c0bd06f2130f3bd7 (diff) | |
| download | monzero-gui-088d32e712a2c6e51a04f919c0ade96b643a49e3.tar.gz monzero-gui-088d32e712a2c6e51a04f919c0ade96b643a49e3.tar.xz monzero-gui-088d32e712a2c6e51a04f919c0ade96b643a49e3.zip | |
OSHelper: file preselection support (Windows and Mac)
Co-authored-by: selsta <selsta@sent.at>
Diffstat (limited to 'src/qt/macoshelper.h')
| -rw-r--r-- | src/qt/macoshelper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/macoshelper.h b/src/qt/macoshelper.h index bddf70c6..a6caa79b 100644 --- a/src/qt/macoshelper.h +++ b/src/qt/macoshelper.h @@ -35,6 +35,7 @@ class MacOSHelper public: static bool isCapsLock(); + static bool openFolderAndSelectItem(const QUrl &path); }; #endif //MACOSHELPER_H |
