1#ifndef WIDGETS_COLORBUTTON_H
2#define WIDGETS_COLORBUTTON_H
38#ifndef QT_NO_DRAGANDDROP
41 void dropEvent(QDropEvent *event)
override;
45 QScopedPointer<class ColorButtonPrivate> d_ptr;
48 Q_PRIVATE_SLOT(d_func(),
void slotEditColor())
#define QT_UTILITIES_EXPORT
Marks the symbol to be exported by the qtutilities library.