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

0001 /*
0002     SPDX-FileCopyrightText: 2011 Samikshan Bairagya <samikshan@gmail.com>
0003 
0004     SPDX-License-Identifier: GPL-2.0-or-later
0005 */
0006 
0007 #include "opssupernovae.h"
0008 
0009 #include "Options.h"
0010 #include "kstars.h"
0011 #include "kstarsdata.h"
0012 #include "skymapcomposite.h"
0013 
0014 OpsSupernovae::OpsSupernovae() : QFrame(KStars::Instance())
0015 {
0016     setupUi(this);
0017 }