mirror of
https://github.com/dolphin-emu/dolphin
synced 2024-11-04 20:43:44 -05:00
b39a11e23b
since this now includes Qt headers it's better than only using the vanilla DolphinLib one alone (previous behavior before Qt6)
15 lines
238 B
C
15 lines
238 B
C
#pragma once
|
|
|
|
#include "pch.h"
|
|
|
|
#include <QComboBox>
|
|
#include <QGridLayout>
|
|
#include <QHeaderView>
|
|
#include <QLabel>
|
|
#include <QList>
|
|
#include <QListWidget>
|
|
#include <QObject>
|
|
#include <QString>
|
|
#include <QTableWidget>
|
|
#include <QWidget>
|