added getWidgetType() to ProfileWidgets, sorting content by date+id
This commit is contained in:
parent
4d9b0a8711
commit
030767127c
7 changed files with 40 additions and 9 deletions
|
@ -41,8 +41,9 @@ public:
|
|||
void setSnapmaticPicture(SnapmaticPicture *picture, QString picturePath);
|
||||
void setSelectionMode(bool selectionMode);
|
||||
void setSelected(bool isSelected);
|
||||
bool isSelected();
|
||||
SnapmaticPicture *getPicture();
|
||||
QString getWidgetType();
|
||||
bool isSelected();
|
||||
~SnapmaticWidget();
|
||||
|
||||
private slots:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue