mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 13:17:41 +02:00
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into feature/java-downloader
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
@ -27,7 +27,7 @@ class LanguageSelectionWidget : public QWidget {
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit LanguageSelectionWidget(QWidget* parent = 0);
|
||||
virtual ~LanguageSelectionWidget(){};
|
||||
virtual ~LanguageSelectionWidget() {};
|
||||
|
||||
QString getSelectedLanguageKey() const;
|
||||
void retranslate();
|
||||
|
@ -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