diff options
| author | Cristian Mircea Messel <[email protected]> | 2017-10-02 17:59:32 +0300 |
|---|---|---|
| committer | Cristian Mircea Messel <[email protected]> | 2018-05-15 23:23:56 +0300 |
| commit | 73cd5b25b901e17d24bd2ebeb7fe334f6092d3d8 (patch) | |
| tree | 6e7c9ad6b3e756d21d13a13ddf81496b946b4fa4 /src/qt/clientmodel.h | |
| parent | Merge #13125: scheduler: Add Clang thread safety annotations for variables gu... (diff) | |
| download | discoin-73cd5b25b901e17d24bd2ebeb7fe334f6092d3d8.tar.xz discoin-73cd5b25b901e17d24bd2ebeb7fe334f6092d3d8.zip | |
[gui] Add proxy icon in statusbar
Diffstat (limited to 'src/qt/clientmodel.h')
| -rw-r--r-- | src/qt/clientmodel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/clientmodel.h b/src/qt/clientmodel.h index a609222f7..9d4fa74b7 100644 --- a/src/qt/clientmodel.h +++ b/src/qt/clientmodel.h @@ -70,6 +70,8 @@ public: QString formatClientStartupTime() const; QString dataDir() const; + bool getProxyInfo(std::string& ip_port) const; + // caches for the best header mutable std::atomic<int> cachedBestHeaderHeight; mutable std::atomic<int64_t> cachedBestHeaderTime; |