added getWidgetType() to ProfileWidgets, sorting content by date+id

This commit is contained in:
Rafael 2016-04-06 05:34:26 +02:00
parent 4d9b0a8711
commit 030767127c
7 changed files with 40 additions and 9 deletions

View file

@ -233,3 +233,8 @@ SnapmaticPicture* SnapmaticWidget::getPicture()
{
return smpic;
}
QString SnapmaticWidget::getWidgetType()
{
return "SnapmaticWidget";
}