aboutsummaryrefslogtreecommitdiff
path: root/src/session.cpp
diff options
context:
space:
mode:
authorDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2021-07-07 15:03:13 +0200
committerDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2021-07-07 15:40:01 +0200
commit54249d9c37ce3994b03123ee6367c7f5519d3b40 (patch)
treecb9657620cda008edaf87299b4b3878e757c097b /src/session.cpp
parent3b2c865566aea43ab21afadcd34f58db0a5d5ab8 (diff)
downloadRWA.Support.DesktopApp-54249d9c37ce3994b03123ee6367c7f5519d3b40.tar.gz
RWA.Support.DesktopApp-54249d9c37ce3994b03123ee6367c7f5519d3b40.tar.bz2
RWA.Support.DesktopApp-54249d9c37ce3994b03123ee6367c7f5519d3b40.zip
Introduce RWAHostModel. RWAHost's are now loaded on start.
Scene_remote_{view, control} are no longer available if no host is selected.
Diffstat (limited to 'src/session.cpp')
-rw-r--r--src/session.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/session.cpp b/src/session.cpp
index 14b6575..32aca7d 100644
--- a/src/session.cpp
+++ b/src/session.cpp
@@ -82,7 +82,6 @@ Session::Session(QObject *parent, MainQMLAdaptor* main_gui, RWAHost *host) : QOb
this,
SLOT(status_response(QJsonDocument*)));
-
this->init_vars();
}