MCPcopy Create free account
hub / github.com/ElementsProject/elements / blockingGUIThreadConnection

Function blockingGUIThreadConnection

src/qt/guiutil.cpp:380–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

378}
379
380Qt::ConnectionType blockingGUIThreadConnection()
381{
382 if(QThread::currentThread() != qApp->thread())
383 {
384 return Qt::BlockingQueuedConnection;
385 }
386 else
387 {
388 return Qt::DirectConnection;
389 }
390}
391
392bool checkPoint(const QPoint &p, const QWidget *w)
393{

Callers 3

ExceptionSafeConnectFunction · 0.85
ThreadSafeMessageBoxFunction · 0.85
getOrCreateWalletMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected