Skip to content
Commit 302b90f3 authored by Alexander Lohnau's avatar Alexander Lohnau
Browse files

KPluginFactory: Guard against ambiguity in registerPlugin

In casewe have constructors like the following, both enable_if checks would be true.
```cpp
    explicit KCMTest(QObject *parent, const QVariantList &foo = QVariantList());
```
parent f7142382
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