QColorDialog: remove unused friendship on QColorShower
This is preparation of moving all the helper classes into the unnamed namespace. Change-Id: I255eded0a8c9ff864889d0d23c022012d5fc1eab Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>bb10
parent
132d8b66cf
commit
381fbbf748
|
|
@ -113,7 +113,6 @@ private:
|
|||
Q_PRIVATE_SLOT(d_func(), void _q_newStandard(int, int))
|
||||
Q_PRIVATE_SLOT(d_func(), void _q_pickScreenColor())
|
||||
Q_PRIVATE_SLOT(d_func(), void _q_updateColorPicking())
|
||||
friend class QColorShower;
|
||||
};
|
||||
|
||||
Q_DECLARE_OPERATORS_FOR_FLAGS(QColorDialog::ColorDialogOptions)
|
||||
|
|
|
|||
Loading…
Reference in New Issue