cf12defd28
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
17 lines
274 B
C++
17 lines
274 B
C++
/*
|
|
SPDX-FileCopyrightText: 2020 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
|
|
|
|
SPDX-License-Identifier: GPL-2.0-or-later
|
|
*/
|
|
|
|
#include "utils/vsyncmonitor.h"
|
|
|
|
namespace KWin
|
|
{
|
|
|
|
VsyncMonitor::VsyncMonitor() = default;
|
|
|
|
} // namespace KWin
|
|
|
|
#include "moc_vsyncmonitor.cpp"
|