mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
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:
committed by
Mat Sutcliffe
parent
2e96caef5c
commit
9bd2d294a3
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user