aboutsummaryrefslogtreecommitdiff
path: root/src/core/kemailsettings.h
AgeCommit message (Collapse)Author
2019-01-10KEmailSettings: Delete copy constructor and assignment operatorAlbert Astals Cid
Summary: If someone was using them, it'd crash since it was raw-copying the d pointer so you would end up with a double delete. This is SIC, but IMHO it's fine, whoever gets a compiler failure has a bug to fix Reviewers: vkrause Reviewed By: vkrause Subscribers: kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D18135
2018-03-11Remove not necessary QtCore and coLaurent Montel
2017-05-25API dox: note CamelCase includes by @class tag with more classesFriedrich W. H. Kossebau
2013-12-18Code reformatted using kde-dev-scripts/astyle-kdelibs.David Faure
Use git blame -w 867e7a5 to show authorship as it was before this commit.
2013-12-18Move kconfig code to the root directory.Jenkins CI