diff options
author | Sjors Provoost <sjors@sprovoost.nl> | 2019-08-24 22:34:59 +0200 |
---|---|---|
committer | Sjors Provoost <sjors@sprovoost.nl> | 2019-08-24 22:39:47 +0200 |
commit | 1bbc49d2078ee53488e214d00eb47462687b05c5 (patch) | |
tree | b871a8813df5495f9aac952e2722619ab64fce99 /src/qt/intro.h | |
parent | 1957103786f97135f35ababc97efa1b481865eb0 (diff) |
[gui] intro: inform caller if intro was shown
Diffstat (limited to 'src/qt/intro.h')
-rw-r--r-- | src/qt/intro.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/intro.h b/src/qt/intro.h index c3b26808d4..be8d6e34ad 100644 --- a/src/qt/intro.h +++ b/src/qt/intro.h @@ -46,7 +46,7 @@ public: * @note do NOT call global GetDataDir() before calling this function, this * will cause the wrong path to be cached. */ - static bool pickDataDirectory(interfaces::Node& node); + static bool showIfNeeded(interfaces::Node& node, bool& did_show_intro); Q_SIGNALS: void requestCheck(); |