mirror of
https://github.com/FAUSheppy/speech-server-client-qt
synced 2025-12-06 00:41:35 +01:00
implement about window
This commit is contained in:
@@ -96,7 +96,7 @@ void MainWindow::openConfigurationWindow(){
|
||||
}
|
||||
|
||||
void MainWindow::openAboutWindow(){
|
||||
About *aboutWindow = new About();
|
||||
About *aboutWindow = new About(this, mySettings);
|
||||
aboutWindow->setAttribute(Qt::WA_DeleteOnClose);
|
||||
aboutWindow->show();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user