X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fstoresession.h;h=83664274b553348ddc459e3a7101762f40a659a5;hb=7db87de3cf2079f49ad395fba3a0b16f2b0f8ce5;hp=262eddc1eff3a9ad92afef0d673aa85bcb94d5f2;hpb=b101c41ea084b6dbf5db173759d79f6ca0cb2454;p=pulseview.git diff --git a/pv/storesession.h b/pv/storesession.h index 262eddc1..83664274 100644 --- a/pv/storesession.h +++ b/pv/storesession.h @@ -51,7 +51,7 @@ public: ~StoreSession(); - std::pair progress() const; + std::pair progress() const; const QString& error() const; @@ -64,7 +64,7 @@ public: private: void store_proc(std::shared_ptr snapshot); -signals: +Q_SIGNALS: void progress_updated(); private: @@ -75,7 +75,7 @@ private: std::atomic _interrupt; - std::atomic _units_stored, _unit_count; + std::atomic _units_stored, _unit_count; mutable std::mutex _mutex; QString _error;