16 #ifndef QUICKLISTENTRY_H
17 #define QUICKLISTENTRY_H
26 QString actionId()
const;
27 void setActionId(
const QString &actionId);
30 void setText(
const QString &text);
33 void setIcon(
const QString &icon);
35 bool clickable()
const;
43 #endif // QUICKLISTENTRY