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
|
@ -233,3 +233,8 @@ SnapmaticPicture* SnapmaticWidget::getPicture()
|
|||
{
|
||||
return smpic;
|
||||
}
|
||||
|
||||
QString SnapmaticWidget::getWidgetType()
|
||||
{
|
||||
return "SnapmaticWidget";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue