Bug 158216

Summary: make error in kstdatamanager_i.cpp
Product: [Applications] kst Reporter: andrea zonca <andrea.zonca>
Component: generalAssignee: kst
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 1.x   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

Description andrea zonca 2008-02-22 12:22:44 UTC
Version:           1.6.0 (using KDE 3.5.8)
Installed from:    Ubuntu Packages

at revision 778057 of kst 1.6.0 I cant build anymore kstdatamanager_i.cpp, the error is:

kstdatamanager_i.cpp: In member function 'void KstObjectItem::update(bool, int)':
kstdatamanager_i.cpp:479: error: 'field' was not declared in this scope
kstdatamanager_i.cpp:481: error: 'field' was not declared in this scope
kstdatamanager_i.cpp:483: error: 'field' was not declared in this scope
kstdatamanager_i.cpp:486: error: 'field' was not declared in this scope

adding 
QString field;
in line 478 fixes the problem and kst builds correctly.
Comment 1 andrea zonca 2008-02-22 12:24:59 UTC
I'm building kst 1.6.0 svn from sources, not from ubuntu packages, sorry.
Comment 2 Andrew Walker 2008-02-22 19:50:33 UTC
SVN commit 778175 by arwalker:

BUG:158216 fix build error

 M  +11 -6     kstdatamanager_i.cpp  


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