#include <qt/bitcoin.h>
#include <util/translation.h>
#include <QCoreApplication>
#include <functional>
#include <string>
Go to the source code of this file.
|
int | main (int argc, char *argv[]) |
|
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ G_TRANSLATION_FUN
const std::function<std::string(const char *)> G_TRANSLATION_FUN |
|
extern |
Initial value:=
[](const char *psz) {
return QCoreApplication::translate("bitcoin-abc", psz).toStdString();
}
Translate string to current locale using Qt.
Definition at line 47 of file bitcoin-cli.cpp.