File tree 3 files changed +17
-6
lines changed
3 files changed +17
-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.
4
+ #ifndef BITCOIN_QML_TEST_ONBOARDINGTESTS_H
5
+ #define BITCOIN_QML_TEST_ONBOARDINGTESTS_H
6
+
1
7
#include < QtQuickTest>
2
8
#include < QQmlEngine>
3
9
#include < QQmlContext>
@@ -13,3 +19,5 @@ void Setup::qmlEngineAvailable(QQmlEngine * engine) {
13
19
}
14
20
15
21
QUICK_TEST_MAIN_WITH_SETUP (onboarding, Setup)
22
+
23
+ #endif // BITCOIN_QML_TEST_ONBOARDINGTESTS_H
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