Allow to add to model set from stash

This commit is contained in:
Klaus Basan
2017-04-08 18:51:51 +02:00
committed by Mathew Sutcliffe
parent eec33847b2
commit 78c618e589
2 changed files with 12 additions and 3 deletions

View File

@@ -107,6 +107,9 @@ namespace BlackGui
//! Is stashed view
bool isStashTab() const;
//! Tab can contribute to model set
bool canAddToModelSetTab() const;
//! Current model view
BlackGui::Views::CAircraftModelView *currentModelView() const;