NOISSUE fix all sorts of warnings, enable Werror
and pedantic
This commit is contained in:
parent
b5f636b3d5
commit
7fe94ca7b4
21 changed files with 55 additions and 49 deletions
|
@ -145,7 +145,7 @@ QDateTime Component::getReleaseDateTime()
|
|||
bool Component::isEnabled()
|
||||
{
|
||||
return !canBeDisabled() || !m_disabled;
|
||||
};
|
||||
}
|
||||
|
||||
bool Component::canBeDisabled()
|
||||
{
|
||||
|
@ -171,7 +171,7 @@ bool Component::setEnabled(bool state)
|
|||
bool Component::isCustom()
|
||||
{
|
||||
return m_file != nullptr;
|
||||
};
|
||||
}
|
||||
|
||||
bool Component::isCustomizable()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue