mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 10:52:49 +00:00
kutils: disable copying of KEMailSettings
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
645366a330
commit
39ebfa6fd4
1 changed files with 3 additions and 1 deletions
|
@ -44,7 +44,8 @@ class KEMailSettingsPrivate;
|
||||||
*
|
*
|
||||||
* @author Alex Zepeda zipzippy@sonic.net
|
* @author Alex Zepeda zipzippy@sonic.net
|
||||||
**/
|
**/
|
||||||
class KEMAIL_EXPORT KEMailSettings {
|
class KEMAIL_EXPORT KEMailSettings
|
||||||
|
{
|
||||||
public:
|
public:
|
||||||
/**
|
/**
|
||||||
* The list of settings that I thought of when I wrote this
|
* The list of settings that I thought of when I wrote this
|
||||||
|
@ -91,6 +92,7 @@ public:
|
||||||
void setSetting(const KEMailSettings::Setting setting, const QString &value);
|
void setSetting(const KEMailSettings::Setting setting, const QString &value);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Q_DISABLE_COPY(KEMailSettings);
|
||||||
KEMailSettingsPrivate* const d;
|
KEMailSettingsPrivate* const d;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue