summaryrefslogtreecommitdiff
path: root/src/gui/windows/serverinfowindow.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-06-13 02:30:15 +0300
committerAndrei Karas <akaras@inbox.ru>2017-06-13 02:30:15 +0300
commitc44ee3cc262b5e6df7fff32273e9df5bf932c159 (patch)
tree9ce62935863507b098f15c8d713e34e91297d2cb /src/gui/windows/serverinfowindow.h
parent28c6adc21db25de911fddc48912a61b101bfae84 (diff)
downloadplus-c44ee3cc262b5e6df7fff32273e9df5bf932c159.tar.gz
plus-c44ee3cc262b5e6df7fff32273e9df5bf932c159.tar.bz2
plus-c44ee3cc262b5e6df7fff32273e9df5bf932c159.tar.xz
plus-c44ee3cc262b5e6df7fff32273e9df5bf932c159.zip
Show server sources in server info window.
Diffstat (limited to 'src/gui/windows/serverinfowindow.h')
-rw-r--r--src/gui/windows/serverinfowindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/windows/serverinfowindow.h b/src/gui/windows/serverinfowindow.h
index c0cf5c786..5165102cd 100644
--- a/src/gui/windows/serverinfowindow.h
+++ b/src/gui/windows/serverinfowindow.h
@@ -54,6 +54,9 @@ class ServerInfoWindow final : public Window,
protected:
void showServerInfo();
+ void addSourcesList(const std::vector<ServerUrlInfo> &list,
+ const std::string &comment);
+
private:
ServerInfo mServerInfo;
BrowserBox *mBrowserBox A_NONNULLPOINTER;