mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-06-02 15:32:34 +02:00
11 lines
287 B
C++
11 lines
287 B
C++
// Copyright (c) 2018 The Bitcoin Core developers
|
|
// Distributed under the MIT software license, see the accompanying
|
|
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
|
|
|
#include <qt/pairingpage.h>
|
|
|
|
PairingPage::PairingPage(QWidget *parent) :
|
|
QWidget(parent)
|
|
{
|
|
}
|