Use [QT] instead of [Plasma]

#198 #199
This commit is contained in:
Linus Dierheimer
2022-07-22 17:18:36 +02:00
parent f7e7d8e9f2
commit ec1981c545
7 changed files with 79 additions and 62 deletions
+3 -3
View File
@@ -202,13 +202,13 @@ typedef struct FFOSResult
FFstrbuf architecture;
} FFOSResult;
typedef struct FFPlasmaResult
typedef struct FFQtResult
{
FFstrbuf widgetStyle;
FFstrbuf colorScheme;
FFstrbuf icons;
FFstrbuf font;
} FFPlasmaResult;
} FFQtResult;
typedef struct FFGTKResult
{
@@ -522,7 +522,7 @@ void ffLogoBuiltinListAutocompletion();
const FFOSResult* ffDetectOS(const FFinstance* instance);
//detection/plasma.c
const FFPlasmaResult* ffDetectPlasma(FFinstance* instance);
const FFQtResult* ffDetectQt(FFinstance* instance);
//detection/gtk.c
const FFGTKResult* ffDetectGTK2(FFinstance* instance);