X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fprop%2Fstring.h;h=793a23cba0667447efd0b317aa521ca9922f3d0f;hb=8dbbc7f0b9ea59d0f0d62225772f8a56eee125f5;hp=d54635fe75bcbc3368a887e89b7518147bb5cfd9;hpb=b1fe148e0dce6e369c9d4770ca935a6a9ec94b59;p=pulseview.git diff --git a/pv/prop/string.h b/pv/prop/string.h index d54635f..793a23c 100644 --- a/pv/prop/string.h +++ b/pv/prop/string.h @@ -39,11 +39,11 @@ public: void commit(); -private slots: +private Q_SLOTS: void on_text_edited(const QString&); private: - QLineEdit *_line_edit; + QLineEdit *line_edit_; }; } // prop