Fix warnings about unused variable d.
Change-Id: I8fc204928699c5a5821f9381e08b52fa2bc74fbf Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
This commit is contained in:
parent
8b668180ca
commit
9ffd616332
@ -327,7 +327,6 @@ QDialog::QDialog(QDialogPrivate &dd, QWidget *parent, Qt::WindowFlags f)
|
||||
|
||||
QDialog::~QDialog()
|
||||
{
|
||||
Q_D(QDialog);
|
||||
QT_TRY {
|
||||
// Need to hide() here, as our (to-be) overridden hide()
|
||||
// will not be called in ~QWidget.
|
||||
|
Loading…
Reference in New Issue
Block a user