Pimcommon

verifynewversionutils.cpp
1/*
2 SPDX-FileCopyrightText: 2024 Laurent Montel <montel.org>
3
4 SPDX-License-Identifier: GPL-2.0-or-later
5 code based on kdenlive
6*/
7
8#include "verifynewversionutils.h"
9
10#include <QUrl>
11using namespace Qt::Literals::StringLiterals;
12using namespace PimCommon;
13bool VerifyNewVersionUtils::canVerifyNewVersion()
14{
15#if defined(Q_OS_WIN) || defined(Q_OS_MACOS)
16 return true;
17#endif
18 return false;
19}
folderdialogacltab.h
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:14:35 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.