Skip to content

Commit 2ea4e40

Browse files
authored
Add files via upload
1 parent af31bb8 commit 2ea4e40

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Xplist.pro.user

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE QtCreatorProject>
3-
<!-- Written by QtCreator 7.0.0, 2022-05-18T12:44:43. -->
3+
<!-- Written by QtCreator 7.0.0, 2022-05-19T10:18:29. -->
44
<qtcreator>
55
<data>
66
<variable>EnvironmentId</variable>
@@ -408,7 +408,7 @@
408408
<value type="QString" key="identifier">90678318-9C7C-485E-B984-160891D013A5</value>
409409
<value type="int" key="type">1</value>
410410
</valuemap>
411-
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Run Xplist on iOS Simulator</value>
411+
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Run on iOS Simulator</value>
412412
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.IosRunConfiguration:/Volumes/DATABAK/qt-test/Xplist/Xplist-src/Xplist.pro</value>
413413
<value type="QString" key="ProjectExplorer.RunConfiguration.BuildKey">/Volumes/DATABAK/qt-test/Xplist/Xplist-src/Xplist.pro</value>
414414
<value type="bool" key="RunConfiguration.UseCppDebugger">false</value>

domparser.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ void DomParser::parseElement(QDomElement& n, DomItem* item) {
119119
eValue = ByteToHexStr(bytes);
120120
}
121121

122-
if (eType == "real") {
122+
/*if (eType == "real") {
123123
QString a = eValue;
124124
if (binPlistFile && a.length() > 15) {
125125
QString a1;
@@ -146,7 +146,7 @@ void DomParser::parseElement(QDomElement& n, DomItem* item) {
146146
}
147147
148148
eValue = a;
149-
}
149+
}*/
150150

151151
// set data
152152
domItem->setData(eName, eType, eValue);

mainwindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ using namespace std;
1717
#include <QSettings>
1818
#include <QUrl>
1919

20-
QString CurVersion = "1.2.46";
20+
QString CurVersion = "1.2.47";
2121
EditorTabsWidget* tabWidget;
2222
QUndoGroup* undoGroup;
2323
QString fileName;

0 commit comments

Comments
 (0)