[vbox-dev] NetBSD patch 0009: Handle NetBSD in Qt specific platformInfo()
Kamil Rytarowski
n54 at gmx.com
Fri Jul 22 23:27:48 UTC 2016
Handle NetBSD in Qt specific platformInfo()
This patch is MIT-licensed.
Author: Kamil Rytarowski
-------------- next part --------------
Handle NetBSD in Qt specific platformInfo()
This patch is MIT-licensed.
Author: Kamil Rytarowski
Index: src/VBox/Frontends/VirtualBox/src/net/UIUpdateManager.cpp
===================================================================
--- src/VBox/Frontends/VirtualBox/src/net/UIUpdateManager.cpp (wersja 62416)
+++ src/VBox/Frontends/VirtualBox/src/net/UIUpdateManager.cpp (kopia robocza)
@@ -263,6 +263,8 @@
strPlatform = "os2";
#elif defined (Q_OS_FREEBSD)
strPlatform = "freebsd";
+#elif defined (Q_OS_NETBSD)
+ strPlatform = "netbsd";
#elif defined (Q_OS_SOLARIS)
strPlatform = "solaris";
#else
@@ -528,4 +530,3 @@
}
#include "UIUpdateManager.moc"
-
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://www.virtualbox.org/pipermail/vbox-dev/attachments/20160723/bae06486/attachment.sig>
More information about the vbox-dev
mailing list