commit | eb98f7dba1c69e1cde23c074a58521e05810d851 | [log] [tgz] |
---|---|---|
author | Yingdi Yu <yuyingdi@gmail.com> | Sun Nov 10 01:34:57 2013 -0800 |
committer | Yingdi Yu <yuyingdi@gmail.com> | Sun Nov 10 01:34:57 2013 -0800 |
tree | d8e42adc70a35477324afea20637887cbadc2126 | |
parent | 19aec3c84f15eaabecd841bf6bf458728fbe018b [diff] [blame] |
Changing WarningDialog to QMessageBox
diff --git a/src/browsecontactdialog.h b/src/browsecontactdialog.h index dfcb64c..8b8029f 100644 --- a/src/browsecontactdialog.h +++ b/src/browsecontactdialog.h
@@ -14,6 +14,7 @@ #include <QDialog> #include <QStringListModel> +#include <QCloseEvent> #include "warningdialog.h" @@ -56,6 +57,10 @@ void fetchCertificate(); +protected: + void + closeEvent(QCloseEvent *e); + private slots: void updateSelection(const QItemSelection &selected,