diff --git a/sdk/openbr_plugin.cpp b/sdk/openbr_plugin.cpp index ddf61d7..08addeb 100644 --- a/sdk/openbr_plugin.cpp +++ b/sdk/openbr_plugin.cpp @@ -647,7 +647,7 @@ int br::Context::blocks(int size) const bool br::Context::contains(const QString &name) { - QByteArray bytes = name.toLocal8Bit + QByteArray bytes = name.toLocal8Bit(); const char * c_name = bytes.constData(); for (int i=0; ipropertyCount(); i++)