diff options
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -114,7 +114,7 @@ Class, file and Variable names: - Captilize logically so that it becomes easy to read it. Do not capitalize the first letter after _ (Use m_varName not m_VarName) - variable names should be indicative of their functionality and also of - the type they belong too if they are instances of qt widgets. + the type they belong too if they are instances of tqt widgets. for eg, QCheckBox* m_autoRotateCheckBox; ------------------------------------------------------------------------- |