Skip to content
Snippets Groups Projects

Resolves #343 GUI and Frame Refactor

Merged Nicolas Pope requested to merge feature/gui2 into master
Compare and Show latest version
3 files
+ 25
6
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -85,6 +85,9 @@ class Universe : public ftl::Configurable {
* @param addr URI giving protocol, interface and port
*/
Peer *connect(const std::string &addr);
bool isConnected(const ftl::URI &uri);
bool isConnected(const std::string &s);
size_t numberOfPeers() const { return peers_.size(); }
Loading