mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 05:07:46 +02:00
Fixed some headers
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
@ -17,17 +17,15 @@
|
||||
*/
|
||||
|
||||
#include "CheckComboBox.h"
|
||||
#include <qboxlayout.h>
|
||||
#include <qcontainerfwd.h>
|
||||
#include <qlistview.h>
|
||||
|
||||
#include <QAbstractItemView>
|
||||
#include <QBoxLayout>
|
||||
#include <QEvent>
|
||||
#include <QIdentityProxyModel>
|
||||
#include <QKeyEvent>
|
||||
#include <QLineEdit>
|
||||
#include <QListView>
|
||||
#include <QStringList>
|
||||
#include "BaseVersionList.h"
|
||||
|
||||
class CheckComboModel : public QIdentityProxyModel {
|
||||
Q_OBJECT
|
||||
|
Reference in New Issue
Block a user