mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-04 17:09:25 +00:00
NOISSUE fix all sorts of warnings, enable Werror
and pedantic
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user