Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chat
RocketChatMobileEngine
Commits
8d4535d0
Commit
8d4535d0
authored
Jan 19, 2019
by
armin
Browse files
ad
parent
a5ca1571
Changes
3
Hide whitespace changes
Inline
Side-by-side
engine.pro
View file @
8d4535d0
...
...
@@ -255,7 +255,6 @@ android{
ios
{
QMAKE_APPLE_DEVICE_ARCHS
=
arm64
QT
+=
gui
-
private
...
...
notifications/notificationabstract.cpp
View file @
8d4535d0
...
...
@@ -22,6 +22,11 @@
#include
"notificationabstract.h"
NotificationAbstract
::
NotificationAbstract
()
{
}
QString
NotificationAbstract
::
getToken
()
const
{
return
mToken
;
...
...
notifications/notificationabstract.h
View file @
8d4535d0
...
...
@@ -29,7 +29,7 @@ class NotificationAbstract : public QObject
{
Q_OBJECT
public:
NotificationAbstract
()
=
default
;
NotificationAbstract
();
virtual
void
registerWithService
()
=
0
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment