10 #include <QApplication>
18 } network_styles[] = {
20 {
"test",
QAPP_APP_NAME_TESTNET,
":/icons/bitcoin_testnet", QT_TRANSLATE_NOOP(
"SplashScreen",
"[testnet]"),
":/bg-splash-png"},
22 static const unsigned network_styles_count =
sizeof(network_styles) /
sizeof(*network_styles);
34 for (
unsigned x = 0; x < network_styles_count; ++x) {
static const NetworkStyle * instantiate(const QString &networkId)
Get style associated with provided network id, or 0 if not known.
NetworkStyle(const QString &appName, const QString &appIcon, const char *titleAddText, const QString &splashImage)
#define QAPP_APP_NAME_TESTNET
#define QAPP_APP_NAME_DEFAULT
const char * titleAddText