mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 05:07:46 +02:00
Added mod reinstall dialog
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
@ -36,6 +36,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <QListView>
|
||||
#include <QModelIndex>
|
||||
#include <QWidget>
|
||||
|
||||
@ -86,6 +87,8 @@ class PageContainer : public QWidget, public BasePageContainer {
|
||||
|
||||
void changeEvent(QEvent*) override;
|
||||
|
||||
void hidePageList() { m_pageList->hide(); }
|
||||
|
||||
private:
|
||||
void createUI();
|
||||
void retranslate();
|
||||
|
Reference in New Issue
Block a user