mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +01:00
qt: Fix appearancewidget.h to make lint-include-guards.sh happy (#3627)
This commit is contained in:
parent
2cc36dffde
commit
103fda2cb7
@ -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 DASH_QT_APPEARANCE_WIDGET_H
|
||||
#define DASH_QT_APPEARANCE_WIDGET_H
|
||||
#ifndef BITCOIN_QT_APPEARANCEWIDGET_H
|
||||
#define BITCOIN_QT_APPEARANCEWIDGET_H
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
@ -53,4 +53,4 @@ private:
|
||||
void updateWeightSlider();
|
||||
};
|
||||
|
||||
#endif // DASH_QT_APPEARANCE_WIDGET_H
|
||||
#endif // BITCOIN_QT_APPEARANCEWIDGET_H
|
||||
|
Loading…
Reference in New Issue
Block a user