KWin
Loading...
Searching...
No Matches
suncalc.h
Go to the documentation of this file.
1/*
2 KWin - the KDE window manager
3 This file is part of the KDE project.
4
5 SPDX-FileCopyrightText: 2017 Roman Gilg <subdiff@gmail.com>
6
7 SPDX-License-Identifier: GPL-2.0-or-later
8*/
9#pragma once
10
11#include <QDate>
12#include <QPair>
13#include <QTime>
14
15namespace KWin
16{
17
26QPair<QDateTime, QDateTime> calculateSunTimings(const QDateTime &dateTime, double latitude, double longitude, bool morning);
27
28}
QPair< QDateTime, QDateTime > calculateSunTimings(const QDateTime &dateTime, double latitude, double longitude, bool morning)
Definition suncalc.cpp:31