File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change
1
+ // Copyright (c) 2023 The Bitcoin Core developers
2
+ // Distributed under the MIT software license, see the accompanying
3
+ // file COPYING or http://www.opensource.org/licenses/mit-license.php.
1
4
#include < QtQuickTest>
2
5
#include < QQmlEngine>
3
6
#include < QQmlContext>
Original file line number Diff line number Diff line change 1
1
// Copyright (c) 2014-2023 The Bitcoin Core developers
2
2
// Distributed under the MIT software license, see the accompanying
3
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
+ #ifndef BITCOIN_QML_TEST_ONBOARDINGTESTS_H
5
+ #define BITCOIN_QML_TEST_ONBOARDINGTESTS_H
4
6
5
7
#include < QObject>
6
8
#include < QQmlEngine>
@@ -10,10 +12,11 @@ class Setup : public QObject
10
12
Q_OBJECT
11
13
12
14
public:
13
- Setup ();
15
+ Setup ();
14
16
~Setup () = default ;
15
17
16
18
public Q_SLOTS:
17
- void qmlEngineAvailable (QQmlEngine * engine);
19
+ void qmlEngineAvailable (QQmlEngine * engine);
18
20
};
19
21
22
+ #endif // BITCOIN_QML_TEST_ONBOARDINGTESTS_H
Original file line number Diff line number Diff line change 1
- // Copyright (c) 2021 The Bitcoin Core developers
1
+ // Copyright (c) 2023 The Bitcoin Core developers
2
2
// Distributed under the MIT software license, see the accompanying
3
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
4
5
- #ifndef BITCOIN_QML_TEST_IMAGEPROVIDER_H
6
- #define BITCOIN_QML_TEST_IMAGEPROVIDER_H
5
+ #ifndef BITCOIN_QML_TEST_TESTIMAGEPROVIDER_H
6
+ #define BITCOIN_QML_TEST_TESTIMAGEPROVIDER_H
7
7
8
8
#include < QPixmap>
9
9
#include < QQuickImageProvider>
@@ -22,4 +22,4 @@ class TestImageProvider : public QQuickImageProvider
22
22
23
23
};
24
24
25
- #endif // BITCOIN_QML_IMAGEPROVIDER_H
25
+ #endif // BITCOIN_QML_TEST_TESTIMAGEPROVIDER_H
You can’t perform that action at this time.
0 commit comments