From a5150a010cac71466c7a7bc380a2e7ce0cd9f9ed Mon Sep 17 00:00:00 2001 From: caotto Date: Wed, 16 Jan 2013 13:14:34 -0500 Subject: [PATCH] oops, fix compile --- sdk/openbr_plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++) -- libgit2 0.21.4