MCPcopy Create free account
hub / github.com/TheAssassin/AppImageLauncher / resetDefaults

Method resetDefaults

src/ui/first-run.cpp:38–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37private 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)) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected