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

Method updateDestinationDirLabel

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

Source from the content-addressed store, hash-verified

96
97private:
98 void updateDestinationDirLabel() {
99 QString text = destinationDir;
100
101 // fallback to default
102 if (text.isEmpty())
103 text = integratedAppImagesDestination().absolutePath() + " " + tr("(default)");
104
105 firstRunDialog->destinationDirLabel->setText(text);
106 }
107
108 void initUi() {
109 firstRunDialog = new Ui::FirstRunDialog;

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected