aboutsummaryrefslogtreecommitdiff
path: root/src/main_qmladaptor.h
diff options
context:
space:
mode:
authorDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2021-07-07 15:42:42 +0200
committerDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2021-07-07 15:42:42 +0200
commit0ed25cd9cd46ba4c3f64eb5e8866becaa07f5344 (patch)
tree8eb711e8b6566ff98b73d7dd33aa399d74ecf0e3 /src/main_qmladaptor.h
parent9d3405f5e94e21e4401c30808dc3c93f6fbd3283 (diff)
downloadRWA.Support.DesktopApp-0ed25cd9cd46ba4c3f64eb5e8866becaa07f5344.tar.gz
RWA.Support.DesktopApp-0ed25cd9cd46ba4c3f64eb5e8866becaa07f5344.tar.bz2
RWA.Support.DesktopApp-0ed25cd9cd46ba4c3f64eb5e8866becaa07f5344.zip
Various small improvements to readability
Diffstat (limited to 'src/main_qmladaptor.h')
-rw-r--r--src/main_qmladaptor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main_qmladaptor.h b/src/main_qmladaptor.h
index 8701fc9..05de1fd 100644
--- a/src/main_qmladaptor.h
+++ b/src/main_qmladaptor.h
@@ -61,7 +61,7 @@ class MainQMLAdaptor : public QObject
public:
explicit MainQMLAdaptor(QObject *parent, QQmlApplicationEngine *engine = nullptr);
-// void setSession(Session session);
+// void setSession(Session session);
bool setConnectButtonEnabled(bool enabled);
bool setConnectButtonChecked(bool checked);