diff --git a/include/QHttpEngine/qobjecthandler.h b/include/QHttpEngine/qobjecthandler.h index 06444ae..6f35a97 100644 --- a/include/QHttpEngine/qobjecthandler.h +++ b/include/QHttpEngine/qobjecthandler.h @@ -133,7 +133,7 @@ public: } template - inline typename QtPrivate::QEnableIf::value, void>::Type + inline typename QtPrivate::QEnableIf::value, void>::Type registerMethod(const QString &name, Func1 slot, bool readAll = true) { registerMethod(name, Q_NULLPTR, slot, readAll); }