Solve cppcheck warnings
This commit is contained in:
@@ -36,6 +36,8 @@ TextConfig::TextConfig(QWidget *parent) : QWidget(parent) {
|
||||
int index = fontsCB->findData(QFont().family());
|
||||
if ( index != -1 ) {
|
||||
fontsCB->setCurrentIndex(index);
|
||||
} else {
|
||||
|
||||
}
|
||||
|
||||
QColor bgColor(palette().background().color());
|
||||
|
||||
Reference in New Issue
Block a user