Skip to content

Commit 93aea7b

Browse files
2 parents 856e180 + f65cca3 commit 93aea7b

File tree

5 files changed

+516
-183
lines changed

5 files changed

+516
-183
lines changed

DSView/pv/dialogs/about.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ About::About(QWidget *parent) :
4444
QString arch = "x64";
4545
#elif defined(__i386) || defined(_M_IX86)
4646
QString arch = "x86";
47+
#elif defined(__arm__) || defined(_M_ARM)
48+
QString arch = "arm";
4749
#endif
4850

4951
QString version = tr("<font size=24>DSView %1 (%2)</font><br />")

0 commit comments

Comments
 (0)