We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b31f432 + b5b5c61 commit 55bcb5fCopy full SHA for 55bcb5f
DSView/pv/dialogs/about.cpp
@@ -44,6 +44,8 @@ About::About(QWidget *parent) :
44
QString arch = "x64";
45
#elif defined(__i386) || defined(_M_IX86)
46
QString arch = "x86";
47
+ #elif defined(__arm__) || defined(_M_ARM)
48
+ QString arch = "arm";
49
#endif
50
51
QString version = tr("<font size=24>DSView %1 (%2)</font><br />")
0 commit comments