mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-27 11:05:44 +08:00
Ref T138, allow multi line messages
This commit is contained in:
committed by
Mathew Sutcliffe
parent
9da798e470
commit
9ba61cacf6
@@ -75,7 +75,8 @@ namespace BlackGui
|
||||
void setConfirmationMessage(const QString &message);
|
||||
|
||||
//! Show multiple messages with confirmation bar
|
||||
void showOverlayMessagesWithConfirmation(const BlackMisc::CStatusMessageList &messages,
|
||||
void showOverlayMessagesWithConfirmation(
|
||||
const BlackMisc::CStatusMessageList &messages,
|
||||
const QString &confirmationMessage,
|
||||
std::function<void()> okLambda,
|
||||
int defaultButton = QMessageBox::Cancel,
|
||||
|
||||
Reference in New Issue
Block a user