Bitcoin Core  27.99.0
P2P Digital Currency
Variables
clientmodel.cpp File Reference
#include <qt/clientmodel.h>
#include <qt/bantablemodel.h>
#include <qt/guiconstants.h>
#include <qt/guiutil.h>
#include <qt/peertablemodel.h>
#include <qt/peertablesortproxy.h>
#include <clientversion.h>
#include <common/args.h>
#include <common/system.h>
#include <interfaces/handler.h>
#include <interfaces/node.h>
#include <net.h>
#include <netbase.h>
#include <util/threadnames.h>
#include <util/time.h>
#include <validation.h>
#include <stdint.h>
#include <QDebug>
#include <QMetaObject>
#include <QThread>
#include <QTimer>
Include dependency graph for clientmodel.cpp:

Go to the source code of this file.

Variables

static SteadyClock::time_point g_last_header_tip_update_notification {}
 
static SteadyClock::time_point g_last_block_tip_update_notification {}
 

Variable Documentation

◆ g_last_block_tip_update_notification

SteadyClock::time_point g_last_block_tip_update_notification {}
static

Definition at line 36 of file clientmodel.cpp.

◆ g_last_header_tip_update_notification

SteadyClock::time_point g_last_header_tip_update_notification {}
static

Definition at line 35 of file clientmodel.cpp.