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

0001 /*
0002     SPDX-FileCopyrightText: 2022 Hy Murveit <hy@murveit.com>
0003 
0004     SPDX-License-Identifier: GPL-2.0-or-later
0005 */
0006 
0007 #include "opsdeveloper.h"
0008 
0009 #include "Options.h"
0010 #include "kstars.h"
0011 #include "kstarsdata.h"
0012 
0013 OpsDeveloper::OpsDeveloper() : QFrame(KStars::Instance())
0014 {
0015     setupUi(this);
0016 }