mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
Merge 0ff1391328 into merged_master (Bitcoin PR bitcoin/bitcoin#24191)
This commit is contained in:
commit
fa65843810
2 changed files with 1 additions and 3 deletions
|
|
@ -25,8 +25,7 @@ class CClientUIInterface
|
|||
{
|
||||
public:
|
||||
/** Flags for CClientUIInterface::ThreadSafeMessageBox */
|
||||
enum MessageBoxFlags
|
||||
{
|
||||
enum MessageBoxFlags : uint32_t {
|
||||
ICON_INFORMATION = 0,
|
||||
ICON_WARNING = (1U << 0),
|
||||
ICON_ERROR = (1U << 1),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue