File indexing completed on 2024-04-21 16:17:31

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