MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / selectDirectory

Method selectDirectory

source/mod_uploader/StarModUploader.cpp:138–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138void ModUploader::selectDirectory() {
139 QString dir = QFileDialog::getExistingDirectory(this, "Select the top-level mod directory");
140 m_modDirectory = toSString(dir);
141
142 loadDirectory();
143}
144
145void ModUploader::loadDirectory() {
146 QProgressDialog progress("Loading mod directory...", "", 0, 0, this);

Callers

nothing calls this directly

Calls 1

toSStringFunction · 0.85

Tested by

no test coverage detected