Adds FqInstance::getFqName().

Test: n/a
Change-Id: I6f1f35b39603e805235643469b6772b5e3b32bda
diff --git a/utils/FqInstance.cpp b/utils/FqInstance.cpp
index c0793f7..3404356 100644
--- a/utils/FqInstance.cpp
+++ b/utils/FqInstance.cpp
@@ -62,6 +62,10 @@
     return !mInstance.empty();
 }
 
+const FQName& FqInstance::getFqName() const {
+    return mFqName;
+}
+
 bool FqInstance::isValid() const {
     bool hasPkg = hasPackage();
     bool hasVer = hasVersion();