File indexing completed on 2024-04-28 09:26:06

0001 /*
0002  *  SPDX-FileCopyrightText: 2018 Daniel Vrátil <dvratil@kde.org>
0003  *
0004  *  SPDX-License-Identifier: LGPL-2.1-or-later
0005  */
0006 
0007 #pragma once
0008 
0009 #include "output.h"
0010 
0011 namespace Utils
0012 {
0013 KScreen::Output::Type guessOutputType(const QString &type, const QString &name);
0014 
0015 }