Home
last modified time | relevance | path

Searched refs:getAudioOutDevEnabled (Results 1 – 6 of 6) sorted by relevance

/dports/net-im/qTox/qTox-1.17.4/src/audio/
H A Diaudiosettings.h40 virtual bool getAudioOutDevEnabled() const = 0;
/dports/net-im/qTox/qTox-1.17.4/src/persistence/
H A Dsettings.h119 Q_PROPERTY(bool audioOutDevEnabled READ getAudioOutDevEnabled WRITE setAudioOutDevEnabled NOTIFY
348 bool getAudioOutDevEnabled() const override;
H A Dsettings.cpp1964 bool Settings::getAudioOutDevEnabled() const in getAudioOutDevEnabled() function in Settings
/dports/net-im/qTox/qTox-1.17.4/src/audio/backend/
H A Dopenal.cpp438 if (!Settings::getInstance().getAudioOutDevEnabled()) in initOutput()
/dports/net-im/qTox/qTox-1.17.4/src/widget/form/settings/
H A Davform.cpp521 bool enabled = audioSettings->getAudioOutDevEnabled(); in getAudioOutDevices()
/dports/net-im/qTox/qTox-1.17.4/src/widget/
H A Dwidget.cpp1010 if (!settings.getAudioOutDevEnabled()) { in playNotificationSound()