![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include "primitives/transaction.h"
#include "platformstyle.h"
#include "sync.h"
#include "util.h"
#include <QMenu>
#include <QTimer>
#include <QWidget>
Go to the source code of this file.
Classes | |
class | MasternodeList |
Namespaces | |
Ui | |
Macros | |
#define | MY_MASTERNODELIST_UPDATE_SECONDS 60 |
#define | MASTERNODELIST_UPDATE_SECONDS 15 |
#define | MASTERNODELIST_FILTER_COOLDOWN_SECONDS 3 |
#define MASTERNODELIST_FILTER_COOLDOWN_SECONDS 3 |
Definition at line 15 of file masternodelist.h.
Referenced by MasternodeList::on_filterLineEdit_textChanged(), and MasternodeList::updateNodeList().
#define MASTERNODELIST_UPDATE_SECONDS 15 |
Definition at line 14 of file masternodelist.h.
Referenced by MasternodeList::updateNodeList().
#define MY_MASTERNODELIST_UPDATE_SECONDS 60 |
Definition at line 13 of file masternodelist.h.
Referenced by MasternodeList::updateMyNodeList().