19 #ifndef QUICKLISTENTRY_H
20 #define QUICKLISTENTRY_H
29 QString actionId()
const;
30 void setActionId(
const QString &actionId);
33 void setText(
const QString &text);
36 void setIcon(
const QString &icon);
38 bool clickable()
const;
40 bool operator==(
const QuickListEntry & other);
48 #endif // QUICKLISTENTRY