Add documentation for new function

This commit is contained in:
baldurk
2017-06-14 14:06:54 +01:00
committed by Baldur Karlsson
parent fb87f68b19
commit e4eb6a1fc8
+1
View File
@@ -57,6 +57,7 @@ public:
DOCUMENT("The command to run locally to try to launch the server remotely.");
QString RunCommand;
DOCUMENT("Returns ``True`` if this host represents a connected ADB (Android) device.");
bool IsHostADB() const { return Hostname.startsWith(lit("adb:")); }
};