[gui] intro: inform caller if intro was shown

This commit is contained in:
Sjors Provoost
2019-08-24 22:34:59 +02:00
parent 1957103786
commit 1bbc49d207
3 changed files with 8 additions and 4 deletions

View File

@@ -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();