X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fstoresession.h;h=8eaddaa60f50ebb3138870a6463d5937973d5e54;hp=d365730e5217adc3cb352a30770cc346884d8136;hb=8dbbc7f0b9ea59d0f0d62225772f8a56eee125f5;hpb=2a21747e9daac2a45cd9a5ceb9a351f9775c5704 diff --git a/pv/storesession.h b/pv/storesession.h index d365730e..8eaddaa6 100644 --- a/pv/storesession.h +++ b/pv/storesession.h @@ -72,19 +72,19 @@ Q_SIGNALS: void progress_updated(); private: - const std::string _file_name; - const SigSession &_session; + const std::string file_name_; + const SigSession &session_; - std::shared_ptr _output; + std::shared_ptr output_; - std::thread _thread; + std::thread thread_; - std::atomic _interrupt; + std::atomic interrupt_; - std::atomic _units_stored, _unit_count; + std::atomic units_stored_, unit_count_; - mutable std::mutex _mutex; - QString _error; + mutable std::mutex mutex_; + QString error_; }; } // pv