GCC warnings.
--HG-- branch : release
This commit is contained in:
parent
f333831486
commit
c466fc40b4
|
@ -44,7 +44,7 @@ class CheckableMessageBoxPrivate
|
|||
{
|
||||
public:
|
||||
CheckableMessageBoxPrivate(QDialog *q)
|
||||
: clickedButton(0)
|
||||
: pixmapLabel(nullptr), messageLabel(nullptr), checkBox(nullptr), buttonBox(nullptr), clickedButton(nullptr)
|
||||
{
|
||||
QSizePolicy sizePolicy(QSizePolicy::Minimum, QSizePolicy::Preferred);
|
||||
|
||||
|
@ -100,6 +100,8 @@ public:
|
|||
QCheckBox *checkBox;
|
||||
QDialogButtonBox *buttonBox;
|
||||
QAbstractButton *clickedButton;
|
||||
private:
|
||||
Q_DISABLE_COPY(CheckableMessageBoxPrivate)
|
||||
};
|
||||
|
||||
CheckableMessageBox::CheckableMessageBox(QWidget *parent) :
|
||||
|
|
|
@ -120,6 +120,7 @@ private slots:
|
|||
void slotClicked(QAbstractButton *b);
|
||||
|
||||
private:
|
||||
Q_DISABLE_COPY(CheckableMessageBox)
|
||||
CheckableMessageBoxPrivate *d;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user