#include <chainparams.h>
#include <clientversion.h>
#include <compat.h>
#include <config.h>
#include <httprpc.h>
#include <init.h>
#include <interfaces/chain.h>
#include <network.h>
#include <node/context.h>
#include <node/ui_interface.h>
#include <noui.h>
#include <shutdown.h>
#include <util/ref.h>
#include <util/strencodings.h>
#include <util/system.h>
#include <util/threadnames.h>
#include <util/translation.h>
#include <functional>
Go to the source code of this file.
|
const std::function< std::string(const char *)> | G_TRANSLATION_FUN = nullptr |
| Translate string to current locale using Qt. More...
|
|
◆ AppInit()
static bool AppInit |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
|
static |
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ WaitForShutdown()
◆ G_TRANSLATION_FUN
const std::function<std::string(const char *)> G_TRANSLATION_FUN = nullptr |
Translate string to current locale using Qt.
Translate a message to the native language of the user.
Definition at line 30 of file bitcoind.cpp.