X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2FBToolchainPage.py;h=24105c196d50391811ff6570d6929417cd7c9476;hb=44179275d8102ec4bdaec3c8951fa2b70f1c7c0b;hp=f85dbb1f30c44b417d01fb7c8b88eda138e65c81;hpb=fd6894350a266f4436055940e6220151a4fd43de;p=bertos.git diff --git a/wizard/BToolchainPage.py b/wizard/BToolchainPage.py index f85dbb1f..24105c19 100644 --- a/wizard/BToolchainPage.py +++ b/wizard/BToolchainPage.py @@ -288,4 +288,6 @@ class BToolchainPage(BWizardPage): Enable the remove button. """ self.pageContent.removeButton.setEnabled(True) - \ No newline at end of file + + def currentItem(self): + return self.pageContent.toolchainList.currentItem()