From 51beb6d01a0aca3982aa99ac5bd98fb210f65ede Mon Sep 17 00:00:00 2001 From: Martin Ettl Date: Mon, 12 Jul 2010 20:02:58 +0200 Subject: [PATCH] gui/main added spaces between template brackets --- gui/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/main.cpp b/gui/main.cpp index 02ee24eae..d0df43d25 100644 --- a/gui/main.cpp +++ b/gui/main.cpp @@ -29,7 +29,7 @@ int main(int argc, char *argv[]) app.setWindowIcon(QIcon(":icon.png")); // Register this metatype that is used to transfer error info - qRegisterMetaType>("QList"); + qRegisterMetaType< QList >("QList"); // Set codecs so that UTF-8 strings in sources are handled correctly. QTextCodec::setCodecForTr(QTextCodec::codecForName("UTF-8"));