![]() |
Bitcoin Core 31.0.0
P2P Digital Currency
|
#include <qt/bitcoin.h>#include <compat/compat.h>#include <util/translation.h>#include <QCoreApplication>#include <functional>#include <string>Go to the source code of this file.
Variables | |
| const TranslateFn | G_TRANSLATION_FUN |
| Translate string to current locale using Qt. | |
| const std::function< std::string()> | G_TEST_GET_FULL_NAME {} |
| Retrieve the unit test name. | |
| MAIN_FUNCTION | |
| const std::function<std::string()> G_TEST_GET_FULL_NAME {} |
|
extern |
Translate string to current locale using Qt.
Definition at line 53 of file bitcoin-cli.cpp.