(qt) better integration of sort & filter modes into the preferences mechanism

This commit is contained in:
Charles Kerr
2009-04-11 18:25:12 +00:00
parent b3813000e9
commit e46700022b
12 changed files with 320 additions and 303 deletions

View File

@@ -171,7 +171,7 @@ void
PrefsDialog :: textChanged( const QString& text )
{
const int key( sender()->property( PREF_KEY ).toInt( ) );
myPrefs.set( key, qPrintable(text) );
myPrefs.set( key, text );
}
QLineEdit*