X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=confirmdialog.h;h=ac4c12c24e8b1d58290b298c632f0aa939b89620;hb=ab39ad0cf5e313e7dc4a0db113e2d0664194281c;hp=f24e82366dafb5a0d58f0c6854f9568bfbab8bfa;hpb=24d869f598e285f62d7b27d7a4c66794316eb260;p=fapman diff --git a/confirmdialog.h b/confirmdialog.h index f24e823..ac4c12c 100644 --- a/confirmdialog.h +++ b/confirmdialog.h @@ -34,6 +34,7 @@ public: explicit ConfirmDialog(bool button, QWidget *parent); ~ConfirmDialog(); void setText(QString title, QString text); + void disableButton(); #ifdef Q_WS_MAEMO_5 // workaround for buggy Qt autorotation int exec() { QRect r = dynamic_cast(this->parent())->rect();