Skip to content
Snippets Groups Projects
PL1

639 Check for protected functions during DV load

Merged Imported Juan Font Alonso requested to merge 639-dve-function-binding-check-for-protected-interfaces into master
16 files
+ 390
4
Compare changes
  • Side-by-side
  • Inline
Files
16
@@ -17,6 +17,8 @@
#include "dvfunction.h"
#include "dvpartition.h"
namespace dvm {
DVFunction::DVFunction(DVObject *parent)
@@ -24,4 +26,9 @@ DVFunction::DVFunction(DVObject *parent)
{
}
DVPartition *DVFunction::partition() const
{
return qobject_cast<DVPartition *>(parent());
}
} // namespace dvm
Loading