File indexing completed on 2024-04-28 05:49:55

0001 //  SPDX-FileCopyrightText: 2017 David Faure <faure@kde.org>
0002 //  SPDX-License-Identifier: GPL-2.0-or-later
0003 
0004 #ifndef UTILS_P_H
0005 #define UTILS_P_H
0006 
0007 #include <QString>
0008 class QWidget;
0009 
0010 namespace Utils {
0011 void setGeometry(const QString &geometry);
0012 void handleXGeometry(QWidget *dlg);
0013 QString parseString(const QString &str);
0014 }
0015 
0016 #endif