]> sigrok.org Git - pulseview.git/blobdiff - pv/storesession.hpp
Only show sampling points when zoomed in far enough.
[pulseview.git] / pv / storesession.hpp
index 07d3c2fa94270497f334dd58ccba98ec9f71e54d..e89b3fd209da4e488ae208cd5d47820e0a085692 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
- * 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/>.
  */
 
 #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<sigrok::OutputFormat> output_format_;