Move loadSourceTree and findDefinitions function into BProject class (to avoid useles...
[bertos.git] / wizard / BCpuPage.py
index ce854bb24abae60789953d331a976815b5d48d10..085b06e75093763130fc1d38c81f8209ddea2d0b 100644 (file)
@@ -108,7 +108,7 @@ class BCpuPage(BWizardPage):
         Overload of the BWizardPage reloadData method.
         """
         QApplication.instance().setOverrideCursor(Qt.WaitCursor)
-        bertos_utils.loadSourceTree(self.project())
+        self.project().loadSourceTree()
         self.populateCpuList()
         cpu_name = self.projectInfo("CPU_NAME")
         selected_freq = self.projectInfo("SELECTED_FREQ")