Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/about/
H A Dabountwidget.cpp69 m_fetcher = new FetcherSystem(this); in loadData()
70 connect(m_fetcher, &FetcherSystem::finished, this, [=](){ in loadData()
100 FetcherSystem::FetcherSystem(QObject *parent):QThread(parent) in FetcherSystem() function in FetcherSystem
105 void FetcherSystem::getInfomartion(QString &storage, QString &memTotal, QString &memFree, QString &… in getInfomartion()
115 void FetcherSystem::run() in run()
H A Dabountwidget.h12 class FetcherSystem; variable
25 FetcherSystem *m_fetcher;
29 class FetcherSystem : public QThread
33 FetcherSystem(QObject *parent=Q_NULLPTR);