diff options
author | Toby Tomkins <toby.tomkins@nokia.com> | 2010-06-09 00:44:23 (GMT) |
---|---|---|
committer | Toby Tomkins <toby.tomkins@nokia.com> | 2010-06-09 00:44:23 (GMT) |
commit | 6e2bc8975dc940832e9a0765181b117c2e319855 (patch) | |
tree | 7b9580c38941388159d22b4725ad552e8b2533ae /tools/linguist | |
parent | dfd7c876263310c03d8b64033749efe2b6b1e081 (diff) | |
download | Qt-6e2bc8975dc940832e9a0765181b117c2e319855.zip Qt-6e2bc8975dc940832e9a0765181b117c2e319855.tar.gz Qt-6e2bc8975dc940832e9a0765181b117c2e319855.tar.bz2 |
Fixed compilation for solaris based compilers, macro doesn't require trailing semicolon.
Reviewed-by: Rohan McGovern
Diffstat (limited to 'tools/linguist')
-rw-r--r-- | tools/linguist/lupdate/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/linguist/lupdate/main.cpp b/tools/linguist/lupdate/main.cpp index 1715b79..5550aa2 100644 --- a/tools/linguist/lupdate/main.cpp +++ b/tools/linguist/lupdate/main.cpp @@ -63,7 +63,7 @@ static void printOut(const QString & out) } class LU { - Q_DECLARE_TR_FUNCTIONS(LUpdate); + Q_DECLARE_TR_FUNCTIONS(LUpdate) }; static void recursiveFileInfoList(const QDir &dir, |