diff options
Diffstat (limited to 'src/gui/ConnectWindow.hpp')
-rw-r--r-- | src/gui/ConnectWindow.hpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gui/ConnectWindow.hpp b/src/gui/ConnectWindow.hpp index 2efa394f..5e375342 100644 --- a/src/gui/ConnectWindow.hpp +++ b/src/gui/ConnectWindow.hpp @@ -51,9 +51,6 @@ public: void set_connected_to(SPtr<Ingen::Interface> engine); void start(App& app, Ingen::World* world); - void ingen_response(int32_t id, Status status, const std::string& subject) { - _attached = true; - } bool attached() const { return _finished_connecting; } bool quit_flag() const { return _quit_flag; } @@ -61,6 +58,8 @@ public: private: enum class Mode { CONNECT_REMOTE, LAUNCH_REMOTE, INTERNAL }; + void ingen_response(int32_t id, Status status, const std::string& subject); + void server_toggled(); void launch_toggled(); void internal_toggled(); |