Home
last modified time | relevance | path

Searched refs:m_prevConfig (Results 1 – 7 of 7) sorted by relevance

/dports/x11/plasma5-plasma-desktop/plasma-desktop-5.23.5/kcms/touchpad/kcm/xlib/
H A Dtouchpadconfigxlib.cpp224 if (m_prevConfig) { in getActiveConfig()
225 return *m_prevConfig; in getActiveConfig()
316 if (!m_prevConfig) { in beginTesting()
317 m_prevConfig.reset(new QVariantHash()); in beginTesting()
318 m_backend->getConfig(*m_prevConfig.data()); in beginTesting()
325 if (!m_prevConfig) { in endTesting()
328 m_backend->applyConfig(*m_prevConfig.data()); in endTesting()
329 m_prevConfig.reset(); in endTesting()
H A Dtouchpadconfigxlib.h70 QScopedPointer<QVariantHash> m_prevConfig; variable
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/test/unit/
H A Dcatch.hpp4944 m_prevConfig( m_context.getConfig() ) in RunContext()
4957 m_context.setConfig( m_prevConfig ); in ~RunContext()
5188 Ptr<IConfig const> m_prevConfig; member in Catch::RunContext
/dports/audio/madronalib/madronalib-1.6-1016-g103895f/Tests/
H A Dcatch.hpp5962 m_prevConfig(m_context.getConfig()) in RunContext()
5976 m_context.setConfig(m_prevConfig); in ~RunContext()
6265 Ptr<IConfig const> m_prevConfig; member in Catch::RunContext
/dports/devel/heaptrack/heaptrack-1.3.0/3rdparty/
H A Dcatch.hpp5185 m_prevConfig( m_context.getConfig() ) in RunContext()
5198 m_context.setConfig( m_prevConfig ); in ~RunContext()
5458 Ptr<IConfig const> m_prevConfig; member in Catch::RunContext
/dports/devel/cltune/CLTune-2.7.0/test/
H A Dcatch.hpp5185 m_prevConfig( m_context.getConfig() ) in RunContext()
5198 m_context.setConfig( m_prevConfig ); in ~RunContext()
5458 Ptr<IConfig const> m_prevConfig; member in Catch::RunContext
/dports/news/nzbget/nzbget-21.1/lib/catch/
H A Dcatch.h5190 m_prevConfig( m_context.getConfig() )
5203 m_context.setConfig( m_prevConfig );
5463 Ptr<IConfig const> m_prevConfig;