|
@@ -122,6 +122,11 @@ QString ctkCmdLineModuleObjectTreeWalker::longFlag() const
|
|
return v.isValid() ? v.toString() : QString();
|
|
return v.isValid() ? v.toString() : QString();
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+QObject* ctkCmdLineModuleObjectTreeWalker::currentObject() const
|
|
|
|
+{
|
|
|
|
+ return CurrentObject;
|
|
|
|
+}
|
|
|
|
+
|
|
int ctkCmdLineModuleObjectTreeWalker::index() const
|
|
int ctkCmdLineModuleObjectTreeWalker::index() const
|
|
{
|
|
{
|
|
QVariant v = property("index");
|
|
QVariant v = property("index");
|