MCPcopy Create free account
hub / github.com/Faster3ck/Converseen / destinationPath

Method destinationPath

src/mainwindowimpl.cpp:1350–1358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1348}
1349
1350QString MainWindowImpl::destinationPath()
1351{
1352 QString dest = lineDirectory->text();
1353
1354 if (checkSameDir->isChecked())
1355 dest = iAList->at(curr_index).path;
1356
1357 return dest;
1358}
1359
1360void MainWindowImpl::openPaypalLink()
1361{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected