Home
last modified time | relevance | path

Searched refs:enableTestSoundChanged (Results 1 – 3 of 3) sorted by relevance

/dports/net-im/qTox/qTox-1.17.4/src/audio/
H A Diaudiosettings.h70 DECLARE_SIGNAL(enableTestSoundChanged, bool newValue);
/dports/net-im/qTox/qTox-1.17.4/src/persistence/
H A Dsettings.h384 SIGNAL_IMPL(Settings, enableTestSoundChanged, bool newValue)
H A Dsettings.cpp948 emit enableTestSoundChanged(enableTestSound); in setEnableTestSound() local