X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fprop%2Fenum.h;h=45454fde41f68e81ae9c997d22fef69bdd58c8b1;hp=6ff785a3ba430562fffbfacb47d97b5990a0ed04;hb=8dbbc7f0b9ea59d0f0d62225772f8a56eee125f5;hpb=2a21747e9daac2a45cd9a5ceb9a351f9775c5704 diff --git a/pv/prop/enum.h b/pv/prop/enum.h index 6ff785a..45454fd 100644 --- a/pv/prop/enum.h +++ b/pv/prop/enum.h @@ -53,9 +53,9 @@ private Q_SLOTS: void on_current_item_changed(int); private: - const std::vector< std::pair > _values; + const std::vector< std::pair > values_; - QComboBox *_selector; + QComboBox *selector_; }; } // prop