X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fstoresession.hpp;h=e89b3fd209da4e488ae208cd5d47820e0a085692;hp=07d3c2fa94270497f334dd58ccba98ec9f71e54d;hb=00f6bae935837b38b0d03a5928ba8175d460413f;hpb=bf0edd2b0cbb5f4bd5d69b0f00bcea7d037e2287 diff --git a/pv/storesession.hpp b/pv/storesession.hpp index 07d3c2fa..e89b3fd2 100644 --- a/pv/storesession.hpp +++ b/pv/storesession.hpp @@ -14,8 +14,7 @@ * 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 . */ #ifndef PULSEVIEW_PV_STORESESSION_HPP @@ -84,6 +83,8 @@ private: Q_SIGNALS: void progress_updated(); + void store_successful(); + private: const std::string file_name_; const std::shared_ptr output_format_;