D18136: kconfig_compiler: delete the assignment operator and copy constructor

2019-01-10 Thread Albert Astals Cid
This revision was automatically updated to reflect the committed changes. Closed by commit R237:601faf2ad9d4: kconfig_compiler: delete the assignment operator and copy constructor (authored by aacid). CHANGED PRIOR TO COMMIT https://phabricator.kde.org/D18136?vs=49108&id=49195#toc REPOSITORY

D18136: kconfig_compiler: delete the assignment operator and copy constructor

2019-01-10 Thread Volker Krause
vkrause accepted this revision. This revision is now accepted and ready to land. REPOSITORY R237 KConfig BRANCH master REVISION DETAIL https://phabricator.kde.org/D18136 To: aacid, vkrause Cc: kde-frameworks-devel, michaelh, ngraham, bruns

D18136: kconfig_compiler: delete the assignment operator and copy constructor

2019-01-09 Thread Albert Astals Cid
aacid created this revision. Herald added a project: Frameworks. Herald added a subscriber: kde-frameworks-devel. aacid requested review of this revision. REVISION SUMMARY of the generated class that has a pointer and raw copy would be bad. Those generated classes are internal and nobody wo