]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blob - src/settings.kcfgc
4f3b929e6fd3b9bc608a96cc182a1c8770bf1b69
[PrivacyBrowserPC.git] / src / settings.kcfgc
1 # Copyright © 2022 Soren Stoutner <soren@stoutner.com>.
2 #
3 # This file is part of Privacy Browser PC <https://www.stoutner.com/privacy-browser-pc>.
4 #
5 # Privacy Browser PC is free software: you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation, either version 3 of the License, or
8 # (at your option) any later version.
9 #
10 # Privacy Browser PC is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 # GNU General Public License for more details.
14 #
15 # You should have received a copy of the GNU General Public License
16 # along with Privacy Browser PC.  If not, see <http://www.gnu.org/licenses/>.
17
18
19 # Specify the KConfig file.
20 File=settings.kcfg
21
22 # Specify the class name, which will be used to autogenerate .cpp and .h files.
23 ClassName=Settings
24
25 # Make the generated class a singleton.  TODO, the default is false.  This may not be needed.
26 Singleton=true
27
28 # Create code for mutating (making changes to) the listed variables.  TODO, the default is false.  These may not be needed.
29 Mutators=colorBackground,colorForeground