LGTM: [skip ci] fix: Empty branch of conditional
An empty block after a conditional can be a sign of an omission and can decrease maintainability of the code. Such blocks should contain an explanatory comment to aid future maintainers.
This commit is contained in:
@@ -67,9 +67,9 @@ TaskSketcherCreateCommands::~TaskSketcherCreateCommands()
|
||||
void TaskSketcherCreateCommands::changeEvent(QEvent *e)
|
||||
{
|
||||
TaskBox::changeEvent(e);
|
||||
if (e->type() == QEvent::LanguageChange) {
|
||||
//ui->retranslateUi(proxy);
|
||||
}
|
||||
//if (e->type() == QEvent::LanguageChange) {
|
||||
// ui->retranslateUi(proxy);
|
||||
//}
|
||||
}
|
||||
|
||||
/// @cond DOXERR
|
||||
|
||||
Reference in New Issue
Block a user