mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-13 14:02:15 -07:00
[Cleanup] More unused #includes
Took 55 minutes
This commit is contained in:
parent
024c3b4ddb
commit
cfd46bb370
157 changed files with 50 additions and 359 deletions
|
|
@ -1,8 +1,5 @@
|
|||
#include "tab_home.h"
|
||||
|
||||
#include <QGroupBox>
|
||||
#include <QPushButton>
|
||||
|
||||
TabHome::TabHome(TabSupervisor *_tabSupervisor, AbstractClient *_client) : Tab(_tabSupervisor), client(_client)
|
||||
{
|
||||
homeWidget = new HomeWidget(this, tabSupervisor);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue