Kstars

observer.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/observer.h"
8
9void OAL::Observer::setObserver(QString _id, QString _name, QString _surname, QString _contact)
10{
11 m_Id = _id;
12 m_Name = _name;
13 m_Surname = _surname;
14 m_Contact = _contact;
15}
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.