File indexing completed on 2024-04-21 03:44:28

0001 /*
0002     SPDX-FileCopyrightText: 2011 Rafał Kułaga <rl.kulaga@gmail.com>
0003 
0004     SPDX-License-Identifier: GPL-2.0-or-later
0005 */
0006 
0007 #include "fovsnapshot.h"
0008 
0009 FovSnapshot::FovSnapshot(const QPixmap &pixmap, QString description, FOV *fov, const SkyPoint &center)
0010     : m_Pixmap(pixmap), m_Description(description), m_Fov(fov), m_CentralPoint(center)
0011 {
0012 }