added default profile, added contentMode for selection/open

This commit is contained in:
Rafael 2016-04-14 06:33:15 +02:00
parent 0e8b86abc5
commit a81e2e142e
13 changed files with 218 additions and 67 deletions

View file

@ -50,7 +50,6 @@ private slots:
void on_cmdCopy_clicked();
void on_cmdDelete_clicked();
void on_cbSelected_stateChanged(int arg1);
void changeCheckedState();
void savegameSelected();
void selectAllWidgets();
void deselectAllWidgets();
@ -69,7 +68,6 @@ private:
QColor highlightTextColor;
QString sgdPath;
QString sgdStr;
bool clkIssued;
signals:
void savegameDeleted();