Bug 241228 - kdepim from 4.4 branch no longer compiles with kdepimlibs from trunk
Summary: kdepim from 4.4 branch no longer compiles with kdepimlibs from trunk
Status: RESOLVED FIXED
Alias: None
Product: kmail
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-09 20:31 UTC by Christoph Feck
Modified: 2010-06-09 20:43 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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