mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 21:12:48 +01:00
Merge pull request #1993 from Diapolo/qt_header_cleanup
Qt: small header changes / fixes
This commit is contained in:
commit
d7db72998b
@ -82,4 +82,4 @@ signals:
|
|||||||
void verifyMessage(QString addr);
|
void verifyMessage(QString addr);
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // ADDRESSBOOKDIALOG_H
|
#endif // ADDRESSBOOKPAGE_H
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#ifndef BITCOINFIELD_H
|
#ifndef BITCOINAMOUNTFIELD_H
|
||||||
#define BITCOINFIELD_H
|
#define BITCOINAMOUNTFIELD_H
|
||||||
|
|
||||||
#include <QWidget>
|
#include <QWidget>
|
||||||
|
|
||||||
@ -57,4 +57,4 @@ private slots:
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#endif // BITCOINFIELD_H
|
#endif // BITCOINAMOUNTFIELD_H
|
||||||
|
@ -177,4 +177,4 @@ private slots:
|
|||||||
void toggleHidden();
|
void toggleHidden();
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif // BITCOINGUI_H
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef MACDOCKICONHANDLER_H
|
#ifndef MACDOCKICONHANDLER_H
|
||||||
#define MACDOCKICONHANDLER_H
|
#define MACDOCKICONHANDLER_H
|
||||||
|
|
||||||
#include <QtCore/QObject>
|
#include <QObject>
|
||||||
|
|
||||||
class QMenu;
|
class QMenu;
|
||||||
class QIcon;
|
class QIcon;
|
||||||
|
@ -81,5 +81,4 @@ public slots:
|
|||||||
friend class TransactionTablePriv;
|
friend class TransactionTablePriv;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif // TRANSACTIONTABLEMODEL_H
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user