Bug 234082

Summary: build fails - superfluous semicolon after Q_OBJECT
Product: [Unmaintained] kmail Reporter: tropikhajma <tropikhajma>
Component: messageviewerAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Solaris   
Latest Commit: Version Fixed In:
Sentry Crash Report:

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