Merge pull request #3032 from waddlesplash/dolphin-qt

Lots more minor DolphinQt stuffs.
This commit is contained in:
Scott Mansell
2015-11-23 21:45:28 +13:00
16 changed files with 121 additions and 62 deletions

View File

@ -16,7 +16,7 @@ namespace Ui
class DGameGrid;
}
class DGameGrid : public QListWidget, public AbstractGameList
class DGameGrid final : public QListWidget, public AbstractGameList
{
Q_OBJECT

View File

@ -38,7 +38,7 @@ public:
void RemoveGames(QList<GameFile*> items);
};
class DGameTracker : public QStackedWidget
class DGameTracker final : public QStackedWidget
{
Q_OBJECT

View File

@ -16,7 +16,7 @@ namespace Ui
class DGameTree;
}
class DGameTree : public QTreeWidget, public AbstractGameList
class DGameTree final : public QTreeWidget, public AbstractGameList
{
Q_OBJECT