| 131 | } |
| 132 | |
| 133 | ColorConfigTab::ColorConfigTab(QWidget *parent) : |
| 134 | ConfigTab(parent, "Colors"), |
| 135 | ui(new Ui::ColorConfigTab) |
| 136 | { |
| 137 | ui->setupUi(this); |
| 138 | |
| 139 | this->connectAll(); |
| 140 | } |
| 141 | |
| 142 | ColorConfigTab::~ColorConfigTab() |
| 143 | { |
nothing calls this directly
no test coverage detected