Fix all header defines
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef ADDRESSBOOKPAGE_H
|
||||
#define ADDRESSBOOKPAGE_H
|
||||
#ifndef BITCOIN_QT_ADDRESSBOOKPAGE_H
|
||||
#define BITCOIN_QT_ADDRESSBOOKPAGE_H
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
@@ -84,4 +84,4 @@ signals:
|
||||
void sendCoins(QString addr);
|
||||
};
|
||||
|
||||
#endif // ADDRESSBOOKPAGE_H
|
||||
#endif // BITCOIN_QT_ADDRESSBOOKPAGE_H
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef ADDRESSTABLEMODEL_H
|
||||
#define ADDRESSTABLEMODEL_H
|
||||
#ifndef BITCOIN_QT_ADDRESSTABLEMODEL_H
|
||||
#define BITCOIN_QT_ADDRESSTABLEMODEL_H
|
||||
|
||||
#include <QAbstractTableModel>
|
||||
#include <QStringList>
|
||||
@@ -92,4 +92,4 @@ public slots:
|
||||
friend class AddressTablePriv;
|
||||
};
|
||||
|
||||
#endif // ADDRESSTABLEMODEL_H
|
||||
#endif // BITCOIN_QT_ADDRESSTABLEMODEL_H
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef ASKPASSPHRASEDIALOG_H
|
||||
#define ASKPASSPHRASEDIALOG_H
|
||||
#ifndef BITCOIN_QT_ASKPASSPHRASEDIALOG_H
|
||||
#define BITCOIN_QT_ASKPASSPHRASEDIALOG_H
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
@@ -48,4 +48,4 @@ protected:
|
||||
bool eventFilter(QObject *object, QEvent *event);
|
||||
};
|
||||
|
||||
#endif // ASKPASSPHRASEDIALOG_H
|
||||
#endif // BITCOIN_QT_ASKPASSPHRASEDIALOG_H
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef BITCOINADDRESSVALIDATOR_H
|
||||
#define BITCOINADDRESSVALIDATOR_H
|
||||
#ifndef BITCOIN_QT_BITCOINADDRESSVALIDATOR_H
|
||||
#define BITCOIN_QT_BITCOINADDRESSVALIDATOR_H
|
||||
|
||||
#include <QValidator>
|
||||
|
||||
@@ -32,4 +32,4 @@ public:
|
||||
State validate(QString &input, int &pos) const;
|
||||
};
|
||||
|
||||
#endif // BITCOINADDRESSVALIDATOR_H
|
||||
#endif // BITCOIN_QT_BITCOINADDRESSVALIDATOR_H
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef BITCOINAMOUNTFIELD_H
|
||||
#define BITCOINAMOUNTFIELD_H
|
||||
#ifndef BITCOIN_QT_BITCOINAMOUNTFIELD_H
|
||||
#define BITCOIN_QT_BITCOINAMOUNTFIELD_H
|
||||
|
||||
#include "amount.h"
|
||||
|
||||
@@ -69,4 +69,4 @@ private slots:
|
||||
|
||||
};
|
||||
|
||||
#endif // BITCOINAMOUNTFIELD_H
|
||||
#endif // BITCOIN_QT_BITCOINAMOUNTFIELD_H
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef BITCOINGUI_H
|
||||
#define BITCOINGUI_H
|
||||
#ifndef BITCOIN_QT_BITCOINGUI_H
|
||||
#define BITCOIN_QT_BITCOINGUI_H
|
||||
|
||||
#if defined(HAVE_CONFIG_H)
|
||||
#include "config/bitcoin-config.h"
|
||||
@@ -236,4 +236,4 @@ private slots:
|
||||
void onMenuSelection(QAction* action);
|
||||
};
|
||||
|
||||
#endif // BITCOINGUI_H
|
||||
#endif // BITCOIN_QT_BITCOINGUI_H
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef BITCOINUNITS_H
|
||||
#define BITCOINUNITS_H
|
||||
#ifndef BITCOIN_QT_BITCOINUNITS_H
|
||||
#define BITCOIN_QT_BITCOINUNITS_H
|
||||
|
||||
#include "amount.h"
|
||||
|
||||
@@ -126,4 +126,4 @@ private:
|
||||
};
|
||||
typedef BitcoinUnits::Unit BitcoinUnit;
|
||||
|
||||
#endif // BITCOINUNITS_H
|
||||
#endif // BITCOIN_QT_BITCOINUNITS_H
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef CLIENTMODEL_H
|
||||
#define CLIENTMODEL_H
|
||||
#ifndef BITCOIN_QT_CLIENTMODEL_H
|
||||
#define BITCOIN_QT_CLIENTMODEL_H
|
||||
|
||||
#include <QObject>
|
||||
|
||||
@@ -102,4 +102,4 @@ public slots:
|
||||
void updateAlert(const QString &hash, int status);
|
||||
};
|
||||
|
||||
#endif // CLIENTMODEL_H
|
||||
#endif // BITCOIN_QT_CLIENTMODEL_H
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef COINCONTROLDIALOG_H
|
||||
#define COINCONTROLDIALOG_H
|
||||
#ifndef BITCOIN_QT_COINCONTROLDIALOG_H
|
||||
#define BITCOIN_QT_COINCONTROLDIALOG_H
|
||||
|
||||
#include "amount.h"
|
||||
|
||||
@@ -124,4 +124,4 @@ private slots:
|
||||
void updateLabelLocked();
|
||||
};
|
||||
|
||||
#endif // COINCONTROLDIALOG_H
|
||||
#endif // BITCOIN_QT_COINCONTROLDIALOG_H
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef COINCONTROLTREEWIDGET_H
|
||||
#define COINCONTROLTREEWIDGET_H
|
||||
#ifndef BITCOIN_QT_COINCONTROLTREEWIDGET_H
|
||||
#define BITCOIN_QT_COINCONTROLTREEWIDGET_H
|
||||
|
||||
#include <QKeyEvent>
|
||||
#include <QTreeWidget>
|
||||
@@ -19,4 +19,4 @@ protected:
|
||||
virtual void keyPressEvent(QKeyEvent *event);
|
||||
};
|
||||
|
||||
#endif // COINCONTROLTREEWIDGET_H
|
||||
#endif // BITCOIN_QT_COINCONTROLTREEWIDGET_H
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef CSVMODELWRITER_H
|
||||
#define CSVMODELWRITER_H
|
||||
#ifndef BITCOIN_QT_CSVMODELWRITER_H
|
||||
#define BITCOIN_QT_CSVMODELWRITER_H
|
||||
|
||||
#include <QList>
|
||||
#include <QObject>
|
||||
@@ -43,4 +43,4 @@ private:
|
||||
QList<Column> columns;
|
||||
};
|
||||
|
||||
#endif // CSVMODELWRITER_H
|
||||
#endif // BITCOIN_QT_CSVMODELWRITER_H
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef EDITADDRESSDIALOG_H
|
||||
#define EDITADDRESSDIALOG_H
|
||||
#ifndef BITCOIN_QT_EDITADDRESSDIALOG_H
|
||||
#define BITCOIN_QT_EDITADDRESSDIALOG_H
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
@@ -54,4 +54,4 @@ private:
|
||||
QString address;
|
||||
};
|
||||
|
||||
#endif // EDITADDRESSDIALOG_H
|
||||
#endif // BITCOIN_QT_EDITADDRESSDIALOG_H
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef GUICONSTANTS_H
|
||||
#define GUICONSTANTS_H
|
||||
#ifndef BITCOIN_QT_GUICONSTANTS_H
|
||||
#define BITCOIN_QT_GUICONSTANTS_H
|
||||
|
||||
/* Milliseconds between model updates */
|
||||
static const int MODEL_UPDATE_DELAY = 250;
|
||||
@@ -52,4 +52,4 @@ static const int MAX_PAYMENT_REQUEST_SIZE = 50000; // bytes
|
||||
#define QAPP_APP_NAME_DEFAULT "Bitcoin-Qt"
|
||||
#define QAPP_APP_NAME_TESTNET "Bitcoin-Qt-testnet"
|
||||
|
||||
#endif // GUICONSTANTS_H
|
||||
#endif // BITCOIN_QT_GUICONSTANTS_H
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef GUIUTIL_H
|
||||
#define GUIUTIL_H
|
||||
#ifndef BITCOIN_QT_GUIUTIL_H
|
||||
#define BITCOIN_QT_GUIUTIL_H
|
||||
|
||||
#include "amount.h"
|
||||
|
||||
@@ -188,4 +188,4 @@ namespace GUIUtil
|
||||
QString formatPingTime(double dPingTime);
|
||||
} // namespace GUIUtil
|
||||
|
||||
#endif // GUIUTIL_H
|
||||
#endif // BITCOIN_QT_GUIUTIL_H
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef INTRO_H
|
||||
#define INTRO_H
|
||||
#ifndef BITCOIN_QT_INTRO_H
|
||||
#define BITCOIN_QT_INTRO_H
|
||||
|
||||
#include <QDialog>
|
||||
#include <QMutex>
|
||||
@@ -70,4 +70,4 @@ private:
|
||||
friend class FreespaceChecker;
|
||||
};
|
||||
|
||||
#endif // INTRO_H
|
||||
#endif // BITCOIN_QT_INTRO_H
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef MACDOCKICONHANDLER_H
|
||||
#define MACDOCKICONHANDLER_H
|
||||
#ifndef BITCOIN_QT_MACDOCKICONHANDLER_H
|
||||
#define BITCOIN_QT_MACDOCKICONHANDLER_H
|
||||
|
||||
#include <QMainWindow>
|
||||
#include <QObject>
|
||||
@@ -48,4 +48,4 @@ private:
|
||||
QMainWindow *mainWindow;
|
||||
};
|
||||
|
||||
#endif // MACDOCKICONCLICKHANDLER_H
|
||||
#endif // BITCOIN_QT_MACDOCKICONHANDLER_H
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef MACNOTIFICATIONHANDLER_H
|
||||
#define MACNOTIFICATIONHANDLER_H
|
||||
#ifndef BITCOIN_QT_MACNOTIFICATIONHANDLER_H
|
||||
#define BITCOIN_QT_MACNOTIFICATIONHANDLER_H
|
||||
|
||||
#include <QObject>
|
||||
|
||||
@@ -27,4 +27,4 @@ public:
|
||||
};
|
||||
|
||||
|
||||
#endif // MACNOTIFICATIONHANDLER_H
|
||||
#endif // BITCOIN_QT_MACNOTIFICATIONHANDLER_H
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef H_NETWORKSTYLE
|
||||
#define H_NETWORKSTYLE
|
||||
#ifndef BITCOIN_QT_NETWORKSTYLE_H
|
||||
#define BITCOIN_QT_NETWORKSTYLE_H
|
||||
|
||||
#include <QIcon>
|
||||
#include <QPixmap>
|
||||
@@ -30,4 +30,4 @@ private:
|
||||
QPixmap splashImage;
|
||||
};
|
||||
|
||||
#endif // H_NETWORKSTYLE
|
||||
#endif // BITCOIN_QT_NETWORKSTYLE_H
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef NOTIFICATOR_H
|
||||
#define NOTIFICATOR_H
|
||||
#ifndef BITCOIN_QT_NOTIFICATOR_H
|
||||
#define BITCOIN_QT_NOTIFICATOR_H
|
||||
|
||||
#if defined(HAVE_CONFIG_H)
|
||||
#include "config/bitcoin-config.h"
|
||||
@@ -77,4 +77,4 @@ private:
|
||||
#endif
|
||||
};
|
||||
|
||||
#endif // NOTIFICATOR_H
|
||||
#endif // BITCOIN_QT_NOTIFICATOR_H
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef OPENURIDIALOG_H
|
||||
#define OPENURIDIALOG_H
|
||||
#ifndef BITCOIN_QT_OPENURIDIALOG_H
|
||||
#define BITCOIN_QT_OPENURIDIALOG_H
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
@@ -31,4 +31,4 @@ private:
|
||||
Ui::OpenURIDialog *ui;
|
||||
};
|
||||
|
||||
#endif // OPENURIDIALOG_H
|
||||
#endif // BITCOIN_QT_OPENURIDIALOG_H
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef OPTIONSDIALOG_H
|
||||
#define OPTIONSDIALOG_H
|
||||
#ifndef BITCOIN_QT_OPTIONSDIALOG_H
|
||||
#define BITCOIN_QT_OPTIONSDIALOG_H
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
@@ -59,4 +59,4 @@ private:
|
||||
bool fProxyIpValid;
|
||||
};
|
||||
|
||||
#endif // OPTIONSDIALOG_H
|
||||
#endif // BITCOIN_QT_OPTIONSDIALOG_H
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef OPTIONSMODEL_H
|
||||
#define OPTIONSMODEL_H
|
||||
#ifndef BITCOIN_QT_OPTIONSMODEL_H
|
||||
#define BITCOIN_QT_OPTIONSMODEL_H
|
||||
|
||||
#include "amount.h"
|
||||
|
||||
@@ -88,4 +88,4 @@ signals:
|
||||
void coinControlFeaturesChanged(bool);
|
||||
};
|
||||
|
||||
#endif // OPTIONSMODEL_H
|
||||
#endif // BITCOIN_QT_OPTIONSMODEL_H
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef OVERVIEWPAGE_H
|
||||
#define OVERVIEWPAGE_H
|
||||
#ifndef BITCOIN_QT_OVERVIEWPAGE_H
|
||||
#define BITCOIN_QT_OVERVIEWPAGE_H
|
||||
|
||||
#include "amount.h"
|
||||
|
||||
@@ -63,4 +63,4 @@ private slots:
|
||||
void updateWatchOnlyLabels(bool showWatchOnly);
|
||||
};
|
||||
|
||||
#endif // OVERVIEWPAGE_H
|
||||
#endif // BITCOIN_QT_OVERVIEWPAGE_H
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef PAYMENTREQUESTPLUS_H
|
||||
#define PAYMENTREQUESTPLUS_H
|
||||
#ifndef BITCOIN_QT_PAYMENTREQUESTPLUS_H
|
||||
#define BITCOIN_QT_PAYMENTREQUESTPLUS_H
|
||||
|
||||
#include "paymentrequest.pb.h"
|
||||
|
||||
@@ -42,5 +42,4 @@ private:
|
||||
payments::PaymentDetails details;
|
||||
};
|
||||
|
||||
#endif // PAYMENTREQUESTPLUS_H
|
||||
|
||||
#endif // BITCOIN_QT_PAYMENTREQUESTPLUS_H
|
||||
|
||||
@@ -2,8 +2,9 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef PAYMENTSERVER_H
|
||||
#define PAYMENTSERVER_H
|
||||
#ifndef BITCOIN_QT_PAYMENTSERVER_H
|
||||
#define BITCOIN_QT_PAYMENTSERVER_H
|
||||
|
||||
// This class handles payment requests from clicking on
|
||||
// bitcoin: URIs
|
||||
//
|
||||
@@ -135,4 +136,4 @@ private:
|
||||
OptionsModel *optionsModel;
|
||||
};
|
||||
|
||||
#endif // PAYMENTSERVER_H
|
||||
#endif // BITCOIN_QT_PAYMENTSERVER_H
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef PEERTABLEMODEL_H
|
||||
#define PEERTABLEMODEL_H
|
||||
#ifndef BITCOIN_QT_PEERTABLEMODEL_H
|
||||
#define BITCOIN_QT_PEERTABLEMODEL_H
|
||||
|
||||
#include "main.h"
|
||||
#include "net.h"
|
||||
@@ -78,4 +78,4 @@ private:
|
||||
QTimer *timer;
|
||||
};
|
||||
|
||||
#endif // PEERTABLEMODEL_H
|
||||
#endif // BITCOIN_QT_PEERTABLEMODEL_H
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef QVALIDATEDLINEEDIT_H
|
||||
#define QVALIDATEDLINEEDIT_H
|
||||
#ifndef BITCOIN_QT_QVALIDATEDLINEEDIT_H
|
||||
#define BITCOIN_QT_QVALIDATEDLINEEDIT_H
|
||||
|
||||
#include <QLineEdit>
|
||||
|
||||
@@ -36,4 +36,4 @@ private slots:
|
||||
void checkValidity();
|
||||
};
|
||||
|
||||
#endif // QVALIDATEDLINEEDIT_H
|
||||
#endif // BITCOIN_QT_QVALIDATEDLINEEDIT_H
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef QVALUECOMBOBOX_H
|
||||
#define QVALUECOMBOBOX_H
|
||||
#ifndef BITCOIN_QT_QVALUECOMBOBOX_H
|
||||
#define BITCOIN_QT_QVALUECOMBOBOX_H
|
||||
|
||||
#include <QComboBox>
|
||||
#include <QVariant>
|
||||
@@ -34,4 +34,4 @@ private slots:
|
||||
void handleSelectionChanged(int idx);
|
||||
};
|
||||
|
||||
#endif // QVALUECOMBOBOX_H
|
||||
#endif // BITCOIN_QT_QVALUECOMBOBOX_H
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef RECEIVECOINSDIALOG_H
|
||||
#define RECEIVECOINSDIALOG_H
|
||||
#ifndef BITCOIN_QT_RECEIVECOINSDIALOG_H
|
||||
#define BITCOIN_QT_RECEIVECOINSDIALOG_H
|
||||
|
||||
#include "guiutil.h"
|
||||
|
||||
@@ -73,4 +73,4 @@ private slots:
|
||||
void copyAmount();
|
||||
};
|
||||
|
||||
#endif // RECEIVECOINSDIALOG_H
|
||||
#endif // BITCOIN_QT_RECEIVECOINSDIALOG_H
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef QRCODEDIALOG_H
|
||||
#define QRCODEDIALOG_H
|
||||
#ifndef BITCOIN_QT_RECEIVEREQUESTDIALOG_H
|
||||
#define BITCOIN_QT_RECEIVEREQUESTDIALOG_H
|
||||
|
||||
#include "walletmodel.h"
|
||||
|
||||
@@ -67,4 +67,4 @@ private:
|
||||
SendCoinsRecipient info;
|
||||
};
|
||||
|
||||
#endif // QRCODEDIALOG_H
|
||||
#endif // BITCOIN_QT_RECEIVEREQUESTDIALOG_H
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef RECENTREQUESTSTABLEMODEL_H
|
||||
#define RECENTREQUESTSTABLEMODEL_H
|
||||
#ifndef BITCOIN_QT_RECENTREQUESTSTABLEMODEL_H
|
||||
#define BITCOIN_QT_RECENTREQUESTSTABLEMODEL_H
|
||||
|
||||
#include "walletmodel.h"
|
||||
|
||||
@@ -105,4 +105,4 @@ private:
|
||||
QString getAmountTitle();
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif // BITCOIN_QT_RECENTREQUESTSTABLEMODEL_H
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef RPCCONSOLE_H
|
||||
#define RPCCONSOLE_H
|
||||
#ifndef BITCOIN_QT_RPCCONSOLE_H
|
||||
#define BITCOIN_QT_RPCCONSOLE_H
|
||||
|
||||
#include "guiutil.h"
|
||||
#include "peertablemodel.h"
|
||||
@@ -100,4 +100,4 @@ private:
|
||||
NodeId cachedNodeid;
|
||||
};
|
||||
|
||||
#endif // RPCCONSOLE_H
|
||||
#endif // BITCOIN_QT_RPCCONSOLE_H
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef SENDCOINSDIALOG_H
|
||||
#define SENDCOINSDIALOG_H
|
||||
#ifndef BITCOIN_QT_SENDCOINSDIALOG_H
|
||||
#define BITCOIN_QT_SENDCOINSDIALOG_H
|
||||
|
||||
#include "walletmodel.h"
|
||||
|
||||
@@ -83,4 +83,4 @@ signals:
|
||||
void message(const QString &title, const QString &message, unsigned int style);
|
||||
};
|
||||
|
||||
#endif // SENDCOINSDIALOG_H
|
||||
#endif // BITCOIN_QT_SENDCOINSDIALOG_H
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef SENDCOINSENTRY_H
|
||||
#define SENDCOINSENTRY_H
|
||||
#ifndef BITCOIN_QT_SENDCOINSENTRY_H
|
||||
#define BITCOIN_QT_SENDCOINSENTRY_H
|
||||
|
||||
#include "walletmodel.h"
|
||||
|
||||
@@ -67,4 +67,4 @@ private:
|
||||
bool updateLabel(const QString &address);
|
||||
};
|
||||
|
||||
#endif // SENDCOINSENTRY_H
|
||||
#endif // BITCOIN_QT_SENDCOINSENTRY_H
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef SIGNVERIFYMESSAGEDIALOG_H
|
||||
#define SIGNVERIFYMESSAGEDIALOG_H
|
||||
#ifndef BITCOIN_QT_SIGNVERIFYMESSAGEDIALOG_H
|
||||
#define BITCOIN_QT_SIGNVERIFYMESSAGEDIALOG_H
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
@@ -48,4 +48,4 @@ private slots:
|
||||
void on_clearButton_VM_clicked();
|
||||
};
|
||||
|
||||
#endif // SIGNVERIFYMESSAGEDIALOG_H
|
||||
#endif // BITCOIN_QT_SIGNVERIFYMESSAGEDIALOG_H
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef SPLASHSCREEN_H
|
||||
#define SPLASHSCREEN_H
|
||||
#ifndef BITCOIN_QT_SPLASHSCREEN_H
|
||||
#define BITCOIN_QT_SPLASHSCREEN_H
|
||||
|
||||
#include <QSplashScreen>
|
||||
|
||||
@@ -46,4 +46,4 @@ private:
|
||||
int curAlignment;
|
||||
};
|
||||
|
||||
#endif // SPLASHSCREEN_H
|
||||
#endif // BITCOIN_QT_SPLASHSCREEN_H
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef PAYMENTSERVERTESTS_H
|
||||
#define PAYMENTSERVERTESTS_H
|
||||
#ifndef BITCOIN_QT_TEST_PAYMENTSERVERTESTS_H
|
||||
#define BITCOIN_QT_TEST_PAYMENTSERVERTESTS_H
|
||||
|
||||
#include "../paymentserver.h"
|
||||
|
||||
@@ -32,4 +32,4 @@ public:
|
||||
SendCoinsRecipient recipient;
|
||||
};
|
||||
|
||||
#endif // PAYMENTSERVERTESTS_H
|
||||
#endif // BITCOIN_QT_TEST_PAYMENTSERVERTESTS_H
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef URITESTS_H
|
||||
#define URITESTS_H
|
||||
#ifndef BITCOIN_QT_TEST_URITESTS_H
|
||||
#define BITCOIN_QT_TEST_URITESTS_H
|
||||
|
||||
#include <QObject>
|
||||
#include <QTest>
|
||||
@@ -16,4 +16,4 @@ private slots:
|
||||
void uriTests();
|
||||
};
|
||||
|
||||
#endif // URITESTS_H
|
||||
#endif // BITCOIN_QT_TEST_URITESTS_H
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef TRAFFICGRAPHWIDGET_H
|
||||
#define TRAFFICGRAPHWIDGET_H
|
||||
#ifndef BITCOIN_QT_TRAFFICGRAPHWIDGET_H
|
||||
#define BITCOIN_QT_TRAFFICGRAPHWIDGET_H
|
||||
|
||||
#include <QWidget>
|
||||
#include <QQueue>
|
||||
@@ -45,4 +45,4 @@ private:
|
||||
ClientModel *clientModel;
|
||||
};
|
||||
|
||||
#endif // TRAFFICGRAPHWIDGET_H
|
||||
#endif // BITCOIN_QT_TRAFFICGRAPHWIDGET_H
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef TRANSACTIONDESC_H
|
||||
#define TRANSACTIONDESC_H
|
||||
#ifndef BITCOIN_QT_TRANSACTIONDESC_H
|
||||
#define BITCOIN_QT_TRANSACTIONDESC_H
|
||||
|
||||
#include <QObject>
|
||||
#include <QString>
|
||||
@@ -28,4 +28,4 @@ private:
|
||||
static QString FormatTxStatus(const CWalletTx& wtx);
|
||||
};
|
||||
|
||||
#endif // TRANSACTIONDESC_H
|
||||
#endif // BITCOIN_QT_TRANSACTIONDESC_H
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef TRANSACTIONDESCDIALOG_H
|
||||
#define TRANSACTIONDESCDIALOG_H
|
||||
#ifndef BITCOIN_QT_TRANSACTIONDESCDIALOG_H
|
||||
#define BITCOIN_QT_TRANSACTIONDESCDIALOG_H
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
@@ -28,4 +28,4 @@ private:
|
||||
Ui::TransactionDescDialog *ui;
|
||||
};
|
||||
|
||||
#endif // TRANSACTIONDESCDIALOG_H
|
||||
#endif // BITCOIN_QT_TRANSACTIONDESCDIALOG_H
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef TRANSACTIONFILTERPROXY_H
|
||||
#define TRANSACTIONFILTERPROXY_H
|
||||
#ifndef BITCOIN_QT_TRANSACTIONFILTERPROXY_H
|
||||
#define BITCOIN_QT_TRANSACTIONFILTERPROXY_H
|
||||
|
||||
#include "amount.h"
|
||||
|
||||
@@ -65,4 +65,4 @@ private:
|
||||
bool showInactive;
|
||||
};
|
||||
|
||||
#endif // TRANSACTIONFILTERPROXY_H
|
||||
#endif // BITCOIN_QT_TRANSACTIONFILTERPROXY_H
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef TRANSACTIONRECORD_H
|
||||
#define TRANSACTIONRECORD_H
|
||||
#ifndef BITCOIN_QT_TRANSACTIONRECORD_H
|
||||
#define BITCOIN_QT_TRANSACTIONRECORD_H
|
||||
|
||||
#include "amount.h"
|
||||
#include "uint256.h"
|
||||
@@ -140,4 +140,4 @@ public:
|
||||
bool statusUpdateNeeded();
|
||||
};
|
||||
|
||||
#endif // TRANSACTIONRECORD_H
|
||||
#endif // BITCOIN_QT_TRANSACTIONRECORD_H
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef TRANSACTIONTABLEMODEL_H
|
||||
#define TRANSACTIONTABLEMODEL_H
|
||||
#ifndef BITCOIN_QT_TRANSACTIONTABLEMODEL_H
|
||||
#define BITCOIN_QT_TRANSACTIONTABLEMODEL_H
|
||||
|
||||
#include "bitcoinunits.h"
|
||||
|
||||
@@ -109,4 +109,4 @@ public slots:
|
||||
friend class TransactionTablePriv;
|
||||
};
|
||||
|
||||
#endif // TRANSACTIONTABLEMODEL_H
|
||||
#endif // BITCOIN_QT_TRANSACTIONTABLEMODEL_H
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef TRANSACTIONVIEW_H
|
||||
#define TRANSACTIONVIEW_H
|
||||
#ifndef BITCOIN_QT_TRANSACTIONVIEW_H
|
||||
#define BITCOIN_QT_TRANSACTIONVIEW_H
|
||||
|
||||
#include "guiutil.h"
|
||||
|
||||
@@ -112,4 +112,4 @@ public slots:
|
||||
|
||||
};
|
||||
|
||||
#endif // TRANSACTIONVIEW_H
|
||||
#endif // BITCOIN_QT_TRANSACTIONVIEW_H
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef UTILITYDIALOG_H
|
||||
#define UTILITYDIALOG_H
|
||||
#ifndef BITCOIN_QT_UTILITYDIALOG_H
|
||||
#define BITCOIN_QT_UTILITYDIALOG_H
|
||||
|
||||
#include <QDialog>
|
||||
#include <QObject>
|
||||
@@ -49,4 +49,4 @@ protected:
|
||||
void closeEvent(QCloseEvent *event);
|
||||
};
|
||||
|
||||
#endif // UTILITYDIALOG_H
|
||||
#endif // BITCOIN_QT_UTILITYDIALOG_H
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef WALLETFRAME_H
|
||||
#define WALLETFRAME_H
|
||||
#ifndef BITCOIN_QT_WALLETFRAME_H
|
||||
#define BITCOIN_QT_WALLETFRAME_H
|
||||
|
||||
#include <QFrame>
|
||||
#include <QMap>
|
||||
@@ -77,4 +77,4 @@ public slots:
|
||||
void usedReceivingAddresses();
|
||||
};
|
||||
|
||||
#endif // WALLETFRAME_H
|
||||
#endif // BITCOIN_QT_WALLETFRAME_H
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef WALLETMODEL_H
|
||||
#define WALLETMODEL_H
|
||||
#ifndef BITCOIN_QT_WALLETMODEL_H
|
||||
#define BITCOIN_QT_WALLETMODEL_H
|
||||
|
||||
#include "paymentrequestplus.h"
|
||||
#include "walletmodeltransaction.h"
|
||||
@@ -261,4 +261,4 @@ public slots:
|
||||
void pollBalanceChanged();
|
||||
};
|
||||
|
||||
#endif // WALLETMODEL_H
|
||||
#endif // BITCOIN_QT_WALLETMODEL_H
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef WALLETMODELTRANSACTION_H
|
||||
#define WALLETMODELTRANSACTION_H
|
||||
#ifndef BITCOIN_QT_WALLETMODELTRANSACTION_H
|
||||
#define BITCOIN_QT_WALLETMODELTRANSACTION_H
|
||||
|
||||
#include "walletmodel.h"
|
||||
|
||||
@@ -41,4 +41,4 @@ private:
|
||||
CAmount fee;
|
||||
};
|
||||
|
||||
#endif // WALLETMODELTRANSACTION_H
|
||||
#endif // BITCOIN_QT_WALLETMODELTRANSACTION_H
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef WALLETVIEW_H
|
||||
#define WALLETVIEW_H
|
||||
#ifndef BITCOIN_QT_WALLETVIEW_H
|
||||
#define BITCOIN_QT_WALLETVIEW_H
|
||||
|
||||
#include "amount.h"
|
||||
|
||||
@@ -116,4 +116,4 @@ signals:
|
||||
void incomingTransaction(const QString& date, int unit, const CAmount& amount, const QString& type, const QString& address);
|
||||
};
|
||||
|
||||
#endif // WALLETVIEW_H
|
||||
#endif // BITCOIN_QT_WALLETVIEW_H
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef WINSHUTDOWNMONITOR_H
|
||||
#define WINSHUTDOWNMONITOR_H
|
||||
#ifndef BITCOIN_QT_WINSHUTDOWNMONITOR_H
|
||||
#define BITCOIN_QT_WINSHUTDOWNMONITOR_H
|
||||
|
||||
#ifdef WIN32
|
||||
#include <QByteArray>
|
||||
@@ -26,4 +26,4 @@ public:
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif // WINSHUTDOWNMONITOR_H
|
||||
#endif // BITCOIN_QT_WINSHUTDOWNMONITOR_H
|
||||
|
||||
Reference in New Issue
Block a user