Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/key/
H A Dkeywidget.cpp52 QSocketNotifier* notifer = new QSocketNotifier(m_fd, QSocketNotifier::Read, this); in loadData() local
53 connect(notifer, &QSocketNotifier::activated, this, [=](){ in loadData()