Bug 241228

Summary: kdepim from 4.4 branch no longer compiles with kdepimlibs from trunk
Product: [Applications] kmail Reporter: Christoph Feck <cfeck>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Christoph Feck 2010-06-09 20:31:18 UTC
Version:           unspecified (using Devel) 
OS:                Linux

A recent change in either kdepim/4.4 or kdepimlibs/trunk made the following error appear. It worked one or two days ago.

/local/svn/kde/branches/KDE/4.4/kdepim/kmail/configuredialog.cpp: In member function 'void AppearancePageMessageTagTab::slotRecordTagSettings(int)':
/local/svn/kde/branches/KDE/4.4/kdepim/kmail/configuredialog.cpp:2343:84: error: request for member 'count' in '((AppearancePageMessageTagTab*)this)->AppearancePageMessageTagTab::mMsgTagList', which is of non-class type 'QList<KMMessageTagDescription*>*'
/local/svn/kde/branches/KDE/4.4/kdepim/kmail/configuredialog.cpp: In member function 'void AppearancePageMessageTagTab::slotUpdateTagSettingWidgets(int)':
/local/svn/kde/branches/KDE/4.4/kdepim/kmail/configuredialog.cpp:2372:77: error: request for member 'count' in '((AppearancePageMessageTagTab*)this)->AppearancePageMessageTagTab::mMsgTagList', which is of non-class type 'QList<KMMessageTagDescription*>*'
make[2]: *** [kmail/CMakeFiles/kmailprivate.dir/configuredialog.o] Error 1
make[2]: Target `kmail/CMakeFiles/kmailprivate.dir/build' not remade because of errors.
make[1]: *** [kmail/CMakeFiles/kmailprivate.dir/all] Error 2
make[1]: Target `all' not remade because of errors.
make: *** [all] Error 2
make: Target `default_target' not remade because of errors.
-- Failed: 4.4/kdepim


Reproducible: Didn't try
Comment 1 Christoph Feck 2010-06-09 20:43:37 UTC
SVN commit 1136419 by cfeck:

SVN_SILENT compile

BUG: 241228


 M  +2 -2      configuredialog.cpp  


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