setSaveButtonPressed method
- bool x
Assigns the argument x to saveButtonPressed and calls notifyListeners
Implementation
void setSaveButtonPressed(bool x){
saveButtonPressed = x;
notifyListeners();
}
Assigns the argument x to saveButtonPressed and calls notifyListeners
void setSaveButtonPressed(bool x){
saveButtonPressed = x;
notifyListeners();
}