| 276 | } |
| 277 | |
| 278 | VariableChooser::VariableChooser(QWidget *parent) |
| 279 | : DDialog(parent), |
| 280 | d(new VariableChooserPrivate(this)) |
| 281 | { |
| 282 | d->initUI(); |
| 283 | d->initConnect(); |
| 284 | addMacroExpander(globalMacroExpander()); |
| 285 | } |
| 286 | |
| 287 | VariableChooser::~VariableChooser() |
| 288 | { |
nothing calls this directly
no test coverage detected