summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2015-02-27 21:10:00 +0100
committerMarc Mutz <marc.mutz@kdab.com>2015-03-13 11:37:15 +0000
commit381fbbf748fd32d1bc210acefff07116f140f5e4 (patch)
tree3296d22e972e0316c76107ba27a9683c3ca34eeb
parent132d8b66cf2195a8e2e7c85b9df72f5f8549158d (diff)
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>
-rw-r--r--src/widgets/dialogs/qcolordialog.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/widgets/dialogs/qcolordialog.h b/src/widgets/dialogs/qcolordialog.h
index 16339f56c4..43c7716ef6 100644
--- a/src/widgets/dialogs/qcolordialog.h
+++ b/src/widgets/dialogs/qcolordialog.h
@@ -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)