KWin
Loading...
Searching...
No Matches
clockskewnotifierengine_p.h
Go to the documentation of this file.
1/*
2 SPDX-FileCopyrightText: 2019 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
3
4 SPDX-License-Identifier: GPL-2.0-or-later
5*/
6
7#pragma once
8
9#include <QObject>
10
11namespace KWin
12{
13
14class ClockSkewNotifierEngine : public QObject
15{
16 Q_OBJECT
17
18public:
19 static ClockSkewNotifierEngine *create(QObject *parent);
20
21protected:
22 explicit ClockSkewNotifierEngine(QObject *parent);
23
24Q_SIGNALS:
26};
27
28} // namespace KWin
static ClockSkewNotifierEngine * create(QObject *parent)