summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRainer Keller <rainer.keller@theqtcompany.com>2015-06-16 15:11:03 +0200
committerRainer Keller <rainer.keller@theqtcompany.com>2015-06-16 16:28:47 +0300
commit659266e89ff1ee4ce86ad882907bb623e9f1736b (patch)
tree2e0feda3320feecfb5a515b7bb6a20907f1b8684 /src
parentfc10269ca529489dd38a99320dee6046c441074c (diff)
b2qt-flashing-wizard: Clear platforms before parsing files5.4
Change-Id: I48b24ee5c6d0bef5d717ee5433f7cd94ca2b1d55 Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
Diffstat (limited to 'src')
-rw-r--r--src/b2qt-flashing-wizard/platform_page.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/b2qt-flashing-wizard/platform_page.cpp b/src/b2qt-flashing-wizard/platform_page.cpp
index ea51966..0398001 100644
--- a/src/b2qt-flashing-wizard/platform_page.cpp
+++ b/src/b2qt-flashing-wizard/platform_page.cpp
@@ -122,6 +122,7 @@ void PlatformPage::initializePage()
{
mError->clear();
+ platforms.clear();
qDeleteAll(mButtons);
mButtons.clear();