Skip to content
Commit 3988fb24 authored by Friedrich W. H. Kossebau's avatar Friedrich W. H. Kossebau
Browse files

Drop unneeded Qt metatype declarations

KAboutData, KAboutLicense, KAboutPerson, KAboutComponent, KPluginMetaData,
all have a Q_GADGET macro and thus have automatic coverage.

KJob::Unit, QLocale::FormatType are both registered with Q_ENUM, thus
also have automatic coverage.

The explicit declaration macros only add costs to all places using the
header, where the metatype declaration will be only needed by code
using the types in queued connections.
parent dc8beef5
Pipeline #446056 passed with stage
in 2 minutes and 52 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment