| 36 | |
| 37 | private Q_SLOTS: |
| 38 | void resetDefaults() { |
| 39 | firstRunDialog->askMoveCheckBox->setChecked(true); |
| 40 | |
| 41 | destinationDir = ""; |
| 42 | updateDestinationDirLabel(); |
| 43 | } |
| 44 | |
| 45 | void handleButtonClicked(QAbstractButton* button) { |
| 46 | if (button == firstRunDialog->buttonBox->button(QDialogButtonBox::RestoreDefaults)) { |
nothing calls this directly
no outgoing calls
no test coverage detected