Bug 234082 - build fails - superfluous semicolon after Q_OBJECT
Summary: build fails - superfluous semicolon after Q_OBJECT
Status: RESOLVED FIXED
Alias: None
Product: kmail
Classification: Unmaintained
Component: messageviewer (other bugs)
Version First Reported In: unspecified
Platform: Compiled Sources Solaris
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-11 20:05 UTC by tropikhajma
Modified: 2010-04-12 09:49 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tropikhajma 2010-04-11 20:05:40 UTC
Version:            (using Devel)
Compiler:          Sun Studio 12 U1 
OS:                Solaris
Installed from:    Compiled sources

building kdepim on OpenSolaris with Sun Studio 12U1 fails with:
...
"/.../srcdir/messageviewer/mailsourceviewer.h", line 100: Error: "}" expected instead of ";".


this is caused by the semicolon after the Q_OBJECT macro. Note there's no semicolon used in the Qt documentation:
http://doc.trolltech.com/4.6/qobject.html#Q_OBJECT
Comment 1 Nicolas L. 2010-04-12 09:49:49 UTC
SVN commit 1113907 by nlecureuil:

Fix build
thanks to tropikhajma
BUG:234082
CCMAIL:tropikhajma@gmail.com


 M  +1 -1      mailsourceviewer.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1113907