![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
#include <QApplication>
#include "paymentserver.h"
#include "guiconstants.h"
#include "ui_interface.h"
#include "util.h"
#include <QByteArray>
#include <QDataStream>
#include <QDebug>
#include <QFileOpenEvent>
#include <QHash>
#include <QLocalServer>
#include <QLocalSocket>
#include <QStringList>
#include <QUrl>
Go to the source code of this file.
Functions | |
const QString | BITCOIN_IPC_PREFIX ("feathercoin:") |
Variables | |
const int | BITCOIN_IPC_CONNECT_TIMEOUT = 1000 |
const QString BITCOIN_IPC_PREFIX | ( | "feathercoin:" | ) |
const int BITCOIN_IPC_CONNECT_TIMEOUT = 1000 |
Definition at line 27 of file paymentserver.cpp.