File tree Expand file tree Collapse file tree 5 files changed +14
-2
lines changed Expand file tree Collapse file tree 5 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
- # Copyright (c) 2013- 2023 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
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
+
1
5
pragma Singleton
2
6
import QtQuick 2.15
3
7
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
+
1
5
module org.bitcoincore.qt
2
6
singleton AppMode 1.0 AppMode.qml
Original file line number Diff line number Diff line change 1
- // Copyright (c) 2014- 2023 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
#ifndef BITCOIN_QML_TEST_SETUP_H
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
+
1
5
import QtQuick 2.15
2
6
import QtTest 1.15
3
7
import "../controls"
You can’t perform that action at this time.
0 commit comments