mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
Minor unrelated adjustments
This commit is contained in:
@@ -367,7 +367,7 @@ namespace BlackCore
|
||||
return icao;
|
||||
}
|
||||
|
||||
int CAircraftMatcher::setModelSet(const CAircraftModelList &models)
|
||||
int CAircraftMatcher::setModelSet(const CAircraftModelList &models)
|
||||
{
|
||||
CAircraftModelList modelsCleaned(models);
|
||||
const int r1 = modelsCleaned.removeAllWithoutModelString();
|
||||
|
||||
@@ -300,7 +300,7 @@ namespace BlackGui
|
||||
}
|
||||
else
|
||||
{
|
||||
QString confirm("Remove %1 published models from stash?");
|
||||
const QString confirm("Remove %1 published models from stash?");
|
||||
auto lambda = [this, publishedModels]()
|
||||
{
|
||||
this->unstashModels(publishedModels.getModelStringList(false));
|
||||
|
||||
@@ -223,9 +223,12 @@
|
||||
</item>
|
||||
<item row="0" column="4">
|
||||
<widget class="QPushButton" name="pb_LoadModels">
|
||||
<property name="text">
|
||||
<property name="toolTip">
|
||||
<string>load models</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>load</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="2" colspan="3">
|
||||
|
||||
Reference in New Issue
Block a user