Loading...
Searching...
No Matches
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 void setHasSeparator(
bool hasSeparator);
41 bool hasSeparator()
const;
43 bool operator==(
const QuickListEntry & other);
45 bool isPrivate()
const;
46 void setIsPrivate(
bool isPrivate);