Kstars

opsfocusbase.cpp
1/*
2 SPDX-FileCopyrightText: 2024 Wolfgang Reissenberger <sterne-jaeger@openfuture.de>
3
4 SPDX-License-Identifier: GPL-2.0-or-later
5*/
6#include "opsfocusbase.h"
7#include "kstars.h"
8
9namespace Ekos
10{
11
12OpsFocusBase::OpsFocusBase(const QString name): QFrame(KStars::Instance())
13{
14 m_dialogName = name;
15}
16
17} // namespace Ekos
This is the main window for KStars.
Definition kstars.h:89
Ekos is an advanced Astrophotography tool for Linux.
Definition align.cpp:83
QString name(StandardAction id)
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 3 2025 11:47:14 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.