# HG changeset patch # User Chris Cannam # Date 1409732221 -3600 # Node ID c8e378ad8a10f512954adbbc824bd2d51c6cf710 # Parent ae9c0db88b85d9da6fb557aaffccad8362e58534 Fix local declaration hiding outer scope, which caused export-multiple to export a single file as well as the multiple one (from coverity scan) diff -r ae9c0db88b85 -r c8e378ad8a10 main/MainWindow.cpp --- a/main/MainWindow.cpp Tue Sep 02 16:30:24 2014 +0100 +++ b/main/MainWindow.cpp Wed Sep 03 09:17:01 2014 +0100 @@ -2552,8 +2552,6 @@ } else if (selections.size() > 1) { - bool multiple = false; - if (!asData) { // Multi-file export not supported for data QStringList items;