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

@ -40,6 +40,7 @@ public:
void setSelectionMode(bool selectionMode);
void setSelected(bool isSelected);
SavegameData* getSavegame();
QString getWidgetType();
bool isSelected();
~SavegameWidget();