Validation dialog allows to directly removed from model set

There is some moderate riks involved here,
as this allows to change the model set in the client,
but many users have asked for this
This commit is contained in:
Klaus Basan
2019-09-06 19:20:11 +02:00
committed by Mat Sutcliffe
parent 2e96caef5c
commit 9bd2d294a3
3 changed files with 179 additions and 81 deletions

View File

@@ -72,7 +72,10 @@ namespace BlackGui
void requestLastResults();
//! Button has been clicked
void onButtonClicked();
void onTempDisabledButtonClicked();
//! Remove from model set
void onRemoveButtonClicked();
//! Show help
void showHelp();