MCPcopy Create free account
hub / github.com/KDE/kdevelop / supportedMimeTypes

Method supportedMimeTypes

plugins/appwizard/appwizardplugin.cpp:551–559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

549}
550
551QStringList AppWizardPlugin::supportedMimeTypes() const
552{
553 const QStringList types{
554 QStringLiteral("application/x-desktop"),
555 QStringLiteral("application/x-bzip-compressed-tar"),
556 QStringLiteral("application/zip"),
557 };
558 return types;
559}
560
561QIcon AppWizardPlugin::icon() const
562{

Callers 2

TemplatePageMethod · 0.45
loadFromFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected