mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-13 05:37:42 +02:00
@ -68,7 +68,7 @@ void PageDialog::closeEvent(QCloseEvent* event)
|
||||
QDialog::closeEvent(event);
|
||||
}
|
||||
|
||||
bool PageDialog::handleClose() const
|
||||
bool PageDialog::handleClose()
|
||||
{
|
||||
qDebug() << "Paged dialog close requested";
|
||||
if (!m_container->prepareToClose())
|
||||
|
@ -31,7 +31,7 @@ class PageDialog : public QDialog {
|
||||
private:
|
||||
void accept() override;
|
||||
void closeEvent(QCloseEvent* event) override;
|
||||
bool handleClose() const;
|
||||
bool handleClose();
|
||||
|
||||
private:
|
||||
PageContainer* m_container;
|
||||
|
Reference in New Issue
Block a user