Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ic005k committed May 19, 2022
1 parent af31bb8 commit 2ea4e40
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Xplist.pro.user
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<!-- Written by QtCreator 7.0.0, 2022-05-18T12:44:43. -->
<!-- Written by QtCreator 7.0.0, 2022-05-19T10:18:29. -->
<qtcreator>
<data>
<variable>EnvironmentId</variable>
Expand Down Expand Up @@ -408,7 +408,7 @@
<value type="QString" key="identifier">90678318-9C7C-485E-B984-160891D013A5</value>
<value type="int" key="type">1</value>
</valuemap>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Run Xplist on iOS Simulator</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Run on iOS Simulator</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.IosRunConfiguration:/Volumes/DATABAK/qt-test/Xplist/Xplist-src/Xplist.pro</value>
<value type="QString" key="ProjectExplorer.RunConfiguration.BuildKey">/Volumes/DATABAK/qt-test/Xplist/Xplist-src/Xplist.pro</value>
<value type="bool" key="RunConfiguration.UseCppDebugger">false</value>
Expand Down
4 changes: 2 additions & 2 deletions domparser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ void DomParser::parseElement(QDomElement& n, DomItem* item) {
eValue = ByteToHexStr(bytes);
}

if (eType == "real") {
/*if (eType == "real") {
QString a = eValue;
if (binPlistFile && a.length() > 15) {
QString a1;
Expand All @@ -146,7 +146,7 @@ void DomParser::parseElement(QDomElement& n, DomItem* item) {
}
eValue = a;
}
}*/

// set data
domItem->setData(eName, eType, eValue);
Expand Down
2 changes: 1 addition & 1 deletion mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ using namespace std;
#include <QSettings>
#include <QUrl>

QString CurVersion = "1.2.46";
QString CurVersion = "1.2.47";
EditorTabsWidget* tabWidget;
QUndoGroup* undoGroup;
QString fileName;
Expand Down

0 comments on commit 2ea4e40

Please sign in to comment.