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
944ece6d
Commit
944ece6d
authored
Jan 19, 2019
by
armin
Browse files
Merge branch 'master' into iosInvalidSignatures
parents
8d4535d0
86eea63a
Changes
2
Hide whitespace changes
Inline
Side-by-side
engine.pro
View file @
944ece6d
...
...
@@ -290,7 +290,8 @@ CONFIG(release, debug|release) {
QMAKE_CXXFLAGS
+=
-
Ofast
-
funroll
-
loops
-
fno
-
signed
-
zeros
-
fno
-
trapping
-
math
}
ios
:
{
QMAKE_CXXFLAGS
+=
-
O3
CONFIG
+=
ltcg
QMAKE_CXXFLAGS
+=
-
Ofast
-
funroll
-
loops
-
fno
-
signed
-
zeros
-
fno
-
trapping
-
math
}
}
...
...
notifications/notificationabstract.h
View file @
944ece6d
...
...
@@ -48,7 +48,6 @@ class NotificationAbstract : public QObject
void
messageReceived
(
QString
pServer
,
QString
pRid
,
QString
pName
,
QString
pType
);
void
switchChannelByName
(
QString
pChannel
);
};
#endif // NOTIFICATIONABSTRACT_H
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