mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 05:07:46 +02:00
Tweaks to page dialog and version page.
This commit is contained in:
@ -36,8 +36,11 @@ private:
|
||||
void createUI();
|
||||
private slots:
|
||||
void apply();
|
||||
virtual void reject();
|
||||
virtual void accept();
|
||||
void currentChanged(const QModelIndex ¤t);
|
||||
void showPage(int row);
|
||||
virtual void closeEvent(QCloseEvent *event);
|
||||
|
||||
private:
|
||||
QSortFilterProxyModel *m_proxyModel;
|
||||
|
Reference in New Issue
Block a user