Kstars

session.cpp
1/*
2 SPDX-FileCopyrightText: 2009 Prakash Mohan <prakash.mohan@kdemail.net>
3
4 SPDX-License-Identifier: GPL-2.0-or-later
5*/
6
7#include "oal/session.h"
8
9void OAL::Session::setSession(const QString &_name, const QString &_site, const KStarsDateTime &_begin,
11 const QString &_comment, const QString &_lang)
12{
13 m_Site = _site;
14 m_Begin = _begin;
15 m_End = _end;
16 m_Weather = _weather;
17 m_Equipment = _equipment;
18 m_Comment = _comment;
19 m_Lang = _lang;
20 m_Id = _name;
21}
Extension of QDateTime for KStars KStarsDateTime can represent the date/time as a Julian Day,...
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:19:03 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.