#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.
◆ G_TEST_GET_FULL_NAME
const std::function<std::string()> G_TEST_GET_FULL_NAME {} |
Retrieve the unit test name.
Definition at line 20 of file main.cpp.
◆ G_TRANSLATION_FUN
Initial value:= [](const char* psz) {
}
static TranslateFn translate
Translate string to current locale using Qt.
Definition at line 53 of file bitcoin-cli.cpp.
◆ MAIN_FUNCTION
Initial value:{
int GuiMain(int argc, char *argv[])
Definition at line 22 of file main.cpp.