MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / blockingGUIThreadConnection

Function blockingGUIThreadConnection

src/qt/guiutil.cpp:378–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

ExceptionSafeConnectFunction · 0.85
ThreadSafeMessageBoxFunction · 0.85
getOrCreateWalletMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected