diff options
| author | Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de> | 2021-08-01 01:58:32 +0200 |
|---|---|---|
| committer | Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de> | 2021-08-01 01:58:32 +0200 |
| commit | efa44c931674e498c39fc59091cf1f8654ac97a5 (patch) | |
| tree | 6fa2a949f680c5abcd7d919164ad9c5c8c1fa66c /src/DBusAPI.h | |
| parent | 18c2b837d33c040a21f84c444d8c554769f1dc58 (diff) | |
| download | RWA.Support.DesktopApp-efa44c931674e498c39fc59091cf1f8654ac97a5.tar.gz RWA.Support.DesktopApp-efa44c931674e498c39fc59091cf1f8654ac97a5.tar.bz2 RWA.Support.DesktopApp-efa44c931674e498c39fc59091cf1f8654ac97a5.zip | |
Fix typos, too long lines, various styling stuff
Diffstat (limited to 'src/DBusAPI.h')
| -rw-r--r-- | src/DBusAPI.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/DBusAPI.h b/src/DBusAPI.h index a25fb64..63dbe68 100644 --- a/src/DBusAPI.h +++ b/src/DBusAPI.h @@ -32,8 +32,7 @@ #include "RWAHost.h" #include "RWADBusAdaptor.h" -class DBusAPI : public QObject -{ +class DBusAPI : public QObject { Q_OBJECT public: explicit DBusAPI(); |
