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
|
|
@ -224,3 +224,8 @@ SavegameData* SavegameWidget::getSavegame()
|
|||
{
|
||||
return sgdata;
|
||||
}
|
||||
|
||||
QString SavegameWidget::getWidgetType()
|
||||
{
|
||||
return "SavegameWidget";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue