| 139 | } |
| 140 | |
| 141 | DeviceTweaks::DeviceTweaks(QWidget *parent) : |
| 142 | QDialog(parent), |
| 143 | ui(new Ui::DeviceTweaks) |
| 144 | { |
| 145 | ui->setupUi(this); |
| 146 | this->connectAll(); |
| 147 | } |
| 148 | |
| 149 | DeviceTweaks::~DeviceTweaks() |
| 150 | { |
nothing calls this directly
no test coverage detected