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...
|
|
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ SetupWalletToolArgs()
static void SetupWalletToolArgs |
( |
ArgsManager & |
argsman | ) |
|
|
static |
◆ WalletAppInit()
static bool WalletAppInit |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
|
static |
◆ 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 21 of file bitcoin-wallet.cpp.