Allow text messages on the splash screen, currently used with setup reader

This commit is contained in:
Klaus Basan
2018-12-22 06:27:13 +01:00
committed by Mat Sutcliffe
parent 0817d38b4c
commit e7a807efdf
6 changed files with 182 additions and 24 deletions

View File

@@ -129,6 +129,9 @@ namespace BlackCore
//! A shared URL was successfully read
void successfullyReadSharedUrl(const BlackMisc::Network::CUrl &sharedUrl);
//! Message about the loading status
void setupLoadingMessages(const BlackMisc::CStatusMessageList &messages);
protected:
//! Constructor
explicit CSetupReader(QObject *parent);