Warning, file /education/kstars/kstars/printing/fovsnapshot.cpp was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

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 }