qt: Fix appearancewidget.h to make lint-include-guards.sh happy (#3627)

This commit is contained in:
dustinface 2020-07-27 09:31:17 +02:00 committed by xdustinface
parent 2cc36dffde
commit 103fda2cb7

View File

@ -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