revisió de capçaleres
This commit is contained in:
@@ -85,7 +85,7 @@ bool DefineButtons::enable(int index)
|
||||
}
|
||||
|
||||
// Comprueba si está habilitado
|
||||
bool DefineButtons::isEnabled() { return enabled_; }
|
||||
bool DefineButtons::isEnabled() const { return enabled_; }
|
||||
|
||||
// Incrementa el indice de los botones
|
||||
void DefineButtons::incIndexButton()
|
||||
|
||||
Reference in New Issue
Block a user