KWin
Loading...
Searching...
No Matches
clockskewnotifierengine.cpp
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
8#if defined(Q_OS_LINUX)
10#endif
11
12namespace KWin
13{
14
16{
17#if defined(Q_OS_LINUX)
19#else
20 return nullptr;
21#endif
22}
23
25 : QObject(parent)
26{
27}
28
29} // namespace KWin
30
31#include "moc_clockskewnotifierengine_p.cpp"
static ClockSkewNotifierEngine * create(QObject *parent)
static LinuxClockSkewNotifierEngine * create(QObject *parent)