mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 04:25:42 +08:00
refs #755, "remove published models" message
This commit is contained in:
committed by
Roland Winklmeier
parent
c4769e2ab5
commit
1e8090d366
@@ -300,7 +300,7 @@ namespace BlackGui
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
QString confirm("Remove %1 published models?");
|
QString confirm("Remove %1 published models from stash?");
|
||||||
auto lambda = [this, publishedModels]()
|
auto lambda = [this, publishedModels]()
|
||||||
{
|
{
|
||||||
this->unstashModels(publishedModels.getModelStringList(false));
|
this->unstashModels(publishedModels.getModelStringList(false));
|
||||||
|
|||||||
Reference in New Issue
Block a user