Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Raptor Engineering Public Development
dsview
Commits
55bcb5f7
Unverified
Commit
55bcb5f7
authored
6 years ago
by
DreamSourceLab
Committed by
GitHub
6 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #136 from redchenjs/master
fix compilation error on ARM platform. close #135
parents
b31f432a
b5b5c61e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
DSView/pv/dialogs/about.cpp
DSView/pv/dialogs/about.cpp
+2
-0
No files found.
DSView/pv/dialogs/about.cpp
View file @
55bcb5f7
...
...
@@ -44,6 +44,8 @@ About::About(QWidget *parent) :
QString
arch
=
"x64"
;
#elif defined(__i386) || defined(_M_IX86)
QString
arch
=
"x86"
;
#elif defined(__arm__) || defined(_M_ARM)
QString
arch
=
"arm"
;
#endif
QString
version
=
tr
(
"<font size=24>DSView %1 (%2)</font><br />"
)
...
...
This diff is collapsed.
Click to expand it.
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