Searched refs:updatePref (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dsession.h124 void updatePref( int key );
H A Dsession.cc138 Session :: updatePref( int key ) function in class:Session
259 connect( &myPrefs, SIGNAL(changed(int)), this, SLOT(updatePref(int)) );
848 disconnect( &myPrefs, SIGNAL(changed(int)), this, SLOT(updatePref(int)) );
931 connect( &myPrefs, SIGNAL(changed(int)), this, SLOT(updatePref(int)) );

Completed in 25 milliseconds