issues
search
nurupo
/
ProjectTox-Qt-GUI
A cross-platform front end for ProjectTox Core library, written in C++11 with use of Qt5
GNU General Public License v3.0
343
stars
117
forks
source link
Some code cleanup
#73
Open
nurupo
opened
11 years ago
nurupo
commented
11 years ago
Add
override
specifiers to appropriate methods' signatures.
Check if some methods intended to be
const
are missing the
const
keyword.
Change header inclusion to a class declaration in headers
where appropriate
.
override
specifiers to appropriate methods' signatures.const
are missing theconst
keyword.