mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-07 05:03:32 +01:00
![Shawn Hoffman](/assets/img/avatar_default.png)
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>
|