]> sigrok.org Git - pulseview.git/blobdiff - pv/storesession.cpp
Build fixes for Qt5 Windows/mingw/MXE support.
[pulseview.git] / pv / storesession.cpp
index 16665369be2b9a2bf7b6d53d5ef66a6ef5c617c0..eaa17ea5f98096519f88f44be1373a8a697c171c 100644 (file)
@@ -14,8 +14,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <cassert>
  */
 
 #include <cassert>
@@ -301,6 +300,7 @@ void StoreSession::store_proc(vector< shared_ptr<data::SignalBase> > achannel_li
        // Zeroing the progress variables indicates completion
        units_stored_ = unit_count_ = 0;
 
        // Zeroing the progress variables indicates completion
        units_stored_ = unit_count_ = 0;
 
+       store_successful();
        progress_updated();
 
        output_.reset();
        progress_updated();
 
        output_.reset();