Make member variable underscores a suffix instead of a prefix
[pulseview.git] / pv / dialogs / storeprogress.h
index eaf235f340c5320350445677cfb71dd9d76c2077..497099e96f61977118f9669b6406f637769a0f78 100644 (file)
@@ -55,7 +55,7 @@ private Q_SLOTS:
        void on_progress_updated();
 
 private:
-       pv::StoreSession _session;
+       pv::StoreSession session_;
 };
 
 } // dialogs