Coding style fix.

This commit is contained in:
Felix Geyer 2014-05-15 18:41:11 +02:00
parent bf39d0b1be
commit 75d3e6261b
2 changed files with 3 additions and 3 deletions

View file

@ -153,7 +153,7 @@ private:
Group* m_newParent;
Group* m_lastGroup;
QTimer* m_searchTimer;
QWidget* widgetBeforeLock;
QWidget* m_widgetBeforeLock;
QString m_filename;
};