X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fstoresession.hpp;h=e89b3fd209da4e488ae208cd5d47820e0a085692;hp=6976b3134da11956cb87d09449ab10f5d6fad128;hb=09f55d9665efb3b17ba7de4bae47be6989e884fe;hpb=c51ae0b4200f11bfcb352677cfd07b62ac12230c diff --git a/pv/storesession.hpp b/pv/storesession.hpp index 6976b313..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 @@ -36,7 +35,6 @@ #include namespace sigrok { -class Channel; class Output; class OutputFormat; } @@ -46,6 +44,7 @@ namespace pv { class Session; namespace data { +class SignalBase; class AnalogSegment; class LogicSegment; } @@ -77,13 +76,15 @@ public: void cancel(); private: - void store_proc(std::vector< std::shared_ptr > achannel_list, + void store_proc(std::vector< std::shared_ptr > achannel_list, std::vector< std::shared_ptr > asegment_list, std::shared_ptr lsegment); Q_SIGNALS: void progress_updated(); + void store_successful(); + private: const std::string file_name_; const std::shared_ptr output_format_;