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.
1 parent b31f432 commit b5b5c61Copy full SHA for b5b5c61
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