(trunk Qt) #2050 "Properties dialog changes seem to undo themselves" -- use patch from Longinus00

This commit is contained in:
Charles Kerr
2010-05-05 09:41:14 +00:00
parent 017b5cad86
commit 91e3187d3b
5 changed files with 26 additions and 11 deletions

View File

@@ -623,7 +623,6 @@ PrefsDialog :: PrefsDialog( Session& session, Prefs& prefs, QWidget * parent ):
connect( buttons, SIGNAL(rejected()), this, SLOT(hide()) ); // "close" triggers rejected
myLayout->addWidget( buttons );
connect( &myPrefs, SIGNAL(changed(int)), this, SLOT(updatePref(int)));
connect( &mySession, SIGNAL(sessionUpdated()), this, SLOT(sessionUpdated()));
QList<int> keys;