mirror of
https://github.com/Snigdha-OS/snigdhaos-assistant.git
synced 2025-09-20 11:35:02 +02:00
fix: error: no declaration matches ‘void SnigdhaOSAssistant::on_textWidget_buttonBox_clicked()
This commit is contained in:
@@ -342,7 +342,7 @@ void SnigdhaOSAssistant::relaunchSelf(QString param){
|
|||||||
updateState(param);
|
updateState(param);
|
||||||
}
|
}
|
||||||
|
|
||||||
void SnigdhaOSAssistant::on_textWidget_buttonBox_clicked(){
|
void SnigdhaOSAssistant::on_textWidget_buttonBox_clicked(QAbstractButton* button){
|
||||||
switch (currentState) {
|
switch (currentState) {
|
||||||
case State::WELCOME:
|
case State::WELCOME:
|
||||||
if (ui->textWidget_buttonBox->standardButton(button) == QDialogButtonBox::Ok) {
|
if (ui->textWidget_buttonBox->standardButton(button) == QDialogButtonBox::Ok) {
|
||||||
|
Reference in New Issue
Block a user