Warning, file /system/partitionmanager/src/config/filesystemcolorspagewidget.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 /*
0002     SPDX-FileCopyrightText: 2010 Volker Lanz <vl@fidra.de>
0003 
0004     SPDX-License-Identifier: GPL-3.0-or-later
0005 */
0006 
0007 
0008 #if !defined(FILESYSTEMCOLORSPAGEWIDGET_H)
0009 
0010 #define FILESYSTEMCOLORSPAGEWIDGET_H
0011 
0012 #include "ui_configurepagefilesystemcolors.h"
0013 
0014 #include <QWidget>
0015 
0016 class FileSystemColorsPageWidget : public QWidget, public Ui::ConfigurePageFileSystemColors
0017 {
0018 public:
0019     explicit FileSystemColorsPageWidget(QWidget* parent);
0020 };
0021 
0022 #endif