Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Datovka projects
mobile Datovka
Commits
6095af29
Commit
6095af29
authored
Oct 19, 2017
by
Martin Straka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small code refactoring
parent
9d318d33
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
mobile-datovka.pro
mobile-datovka.pro
+1
-0
src/net/xml_layer.cpp
src/net/xml_layer.cpp
+2
-2
No files found.
mobile-datovka.pro
View file @
6095af29
...
...
@@ -198,6 +198,7 @@ HEADERS += \
src/worker/task_send_message.h \
src/worker/task_send_sms.h \
src/zfo.h
android {
SOURCES += \
src/os_android.cpp
...
...
src/net/xml_layer.cpp
View file @
6095af29
...
...
@@ -1423,10 +1423,10 @@ MsgEnvelope XmlLayer::msgEnvelopeParse(QXmlStreamReader &xml,
}
xml
.
readNext
();
}
msg
.
setDmQTimestamp
(
""
);
msg
.
setDmQTimestamp
(
QString
()
);
msg
.
_setDmMessageType
(
messageType
);
msg
.
_setDmReadLocally
(
false
);
msg
.
_setDmCustomData
(
""
);
msg
.
_setDmCustomData
(
QString
()
);
msg
.
_setDmAttachDownloaded
(
false
);
return
msg
;
...
...
Write
Preview
Markdown
is supported
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