aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-10-04 22:20:40 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-10-04 22:20:40 +0200
commit98cd894d159459c905ca7df68342da6e2362f88d (patch)
tree20debdf8daa3db05d024ab92d4f3aa0afd063cce
parentf726e0f4096f819ae977df56ab6afed90d713893 (diff)
downloadRWA.Support.DesktopApp-98cd894d159459c905ca7df68342da6e2362f88d.tar.gz
RWA.Support.DesktopApp-98cd894d159459c905ca7df68342da6e2362f88d.tar.bz2
RWA.Support.DesktopApp-98cd894d159459c905ca7df68342da6e2362f88d.zip
src/: Don't include session.cpp (commented out anyway, but still).
-rw-r--r--src/main_qmladaptor.h2
-rw-r--r--src/session.h1
2 files changed, 0 insertions, 3 deletions
diff --git a/src/main_qmladaptor.h b/src/main_qmladaptor.h
index ab7367e..d293fa9 100644
--- a/src/main_qmladaptor.h
+++ b/src/main_qmladaptor.h
@@ -33,8 +33,6 @@
#include <QApplication>
#include <QClipboard>
-//#include "session.cpp"
-
class MainQMLAdaptor : public QObject
{
Q_OBJECT
diff --git a/src/session.h b/src/session.h
index bd80003..42b47f1 100644
--- a/src/session.h
+++ b/src/session.h
@@ -35,7 +35,6 @@
#include "RWADBusAdaptor.h"
#include "main_qmladaptor.h"
-//#include "session.cpp"
class Session : public QObject
{