Closed elfring closed 8 years ago
I would like to point out that identifiers like "_STORE_H_" and "_TABWIDGET_H_" do not fit to the expected naming convention of the C++ language standard. Would you like to adjust your selection for unique names?
_STORE_H_
_TABWIDGET_H_
Good catch! If you'd like- since this a small low priority issue- can you make the changes and PR?
Fixed. Thanks
Thanks for your improvement of affected include guards.
I would like to point out that identifiers like "
_STORE_H_
" and "_TABWIDGET_H_
" do not fit to the expected naming convention of the C++ language standard. Would you like to adjust your selection for unique names?