mirror of
https://github.com/transmission/transmission.git
synced 2025-12-26 05:08:32 +00:00
(qt) better integration of sort & filter modes into the preferences mechanism
This commit is contained in:
@@ -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*
|
||||
|
||||
Reference in New Issue
Block a user