Commit ff83b31b authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: reparent the first-time dialog and make it die correctly.

parent 3694dd18
...@@ -468,7 +468,7 @@ inline void MainInterface::askForPrivacy() ...@@ -468,7 +468,7 @@ inline void MainInterface::askForPrivacy()
int MainInterface::privacyDialog( QList<ConfigControl *> *controls ) int MainInterface::privacyDialog( QList<ConfigControl *> *controls )
{ {
QDialog *privacy = new QDialog(); QDialog *privacy = new QDialog( this );
privacy->setWindowTitle( qtr( "Privacy and Network Policies" ) ); privacy->setWindowTitle( qtr( "Privacy and Network Policies" ) );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment