| 119 | } |
| 120 | |
| 121 | GuiConfigTab::GuiConfigTab(QWidget *parent) : |
| 122 | ConfigTab(parent, "GUI behavior"), |
| 123 | ui(new Ui::GuiConfigTab) |
| 124 | { |
| 125 | ui->setupUi(this); |
| 126 | |
| 127 | this->connectAll(); |
| 128 | } |
| 129 | |
| 130 | GuiConfigTab::~GuiConfigTab() |
| 131 | { |
nothing calls this directly
no test coverage detected