45
47
void colorActionTriggered(QAction *act);
46
49
void clearHistory(bool save = true);
50
54
void addColor(const QColor &color, bool save = true);
51
55
void saveData(KConfigGroup &cg);
53
57
Plasma::ToolButton *m_grabButton;
56
60
QHash<QColor, QAction *> m_menus;
61
67
inline uint qHash(const QColor &color)