Git: Rename widget member to m_widget

Follow coding style

Change-Id: I9583cdfc7ec32140614beb8684d3f15344fa7135
Reviewed-by: Petar Perisin <petar.perisin@gmail.com>
This commit is contained in:
Orgad Shaneh
2013-10-16 06:10:44 +03:00
committed by Orgad Shaneh
parent a918b47869
commit a5c970bea2
2 changed files with 7 additions and 7 deletions

View File

@@ -85,7 +85,7 @@ public:
QString resetFlag() const;
private:
LogChangeWidget *widget;
LogChangeWidget *m_widget;
QDialogButtonBox *m_dialogButtonBox;
QComboBox *m_resetTypeComboBox;
};