diff options
author | Jorge Timón <jtimon@jtimon.cc> | 2016-10-13 23:24:21 +0200 |
---|---|---|
committer | Jorge Timón <jtimon@jtimon.cc> | 2019-09-06 22:13:49 +0200 |
commit | 3bf9d8cac09fc88727ef2f2a2bea33b90b625e50 (patch) | |
tree | 4dff73a96a9f63c6ff46d3a0f86f961c9acbfc0d /src/qt/networkstyle.h | |
parent | 052c54ecb02695e5d2694e8e0cbf5ccc89de86e8 (diff) |
Testchains: Qt: Simplify network/chain styles
Diffstat (limited to 'src/qt/networkstyle.h')
-rw-r--r-- | src/qt/networkstyle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/networkstyle.h b/src/qt/networkstyle.h index b78a9f5948..bb12dd1b6e 100644 --- a/src/qt/networkstyle.h +++ b/src/qt/networkstyle.h @@ -14,7 +14,7 @@ class NetworkStyle { public: /** Get style associated with provided BIP70 network id, or 0 if not known */ - static const NetworkStyle *instantiate(const QString &networkId); + static const NetworkStyle* instantiate(const std::string& networkId); const QString &getAppName() const { return appName; } const QIcon &getAppIcon() const { return appIcon; } |