Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
util.h File Reference
#include <chrono>
#include <qglobal.h>
Include dependency graph for util.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

QT_END_NAMESPACE void ConfirmMessage (QString *text, std::chrono::milliseconds msec)
 Press "Ok" button in message box dialog.

Function Documentation

◆ ConfirmMessage()

QT_END_NAMESPACE void ConfirmMessage ( QString * text,
std::chrono::milliseconds msec )

Press "Ok" button in message box dialog.

Parameters
text- Optionally store dialog text.
msec- Number of milliseconds to pause before triggering the callback.

Definition at line 16 of file util.cpp.