Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Unmaintained
KDE Pim
Commits
67c6e53c
Commit
67c6e53c
authored
Aug 15, 2015
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Hide export private class
parent
2d7b9cf2
Changes
50
Hide whitespace changes
Inline
Side-by-side
Showing
50 changed files
with
51 additions
and
51 deletions
+51
-51
akregator/src/articlemodel.cpp
akregator/src/articlemodel.cpp
+1
-1
akregator/src/feed.cpp
akregator/src/feed.cpp
+1
-1
akregator/src/feediconmanager.cpp
akregator/src/feediconmanager.cpp
+1
-1
akregator/src/feedlist.cpp
akregator/src/feedlist.cpp
+1
-1
calendarsupport/categoryconfig.cpp
calendarsupport/categoryconfig.cpp
+1
-1
calendarsupport/collectionselection.cpp
calendarsupport/collectionselection.cpp
+1
-1
calendarsupport/kcalmodel.cpp
calendarsupport/kcalmodel.cpp
+1
-1
calendarsupport/kcalprefs.cpp
calendarsupport/kcalprefs.cpp
+1
-1
calendarsupport/next/incidenceviewer.cpp
calendarsupport/next/incidenceviewer.cpp
+1
-1
calendarviews/agenda/agenda.cpp
calendarviews/agenda/agenda.cpp
+2
-2
calendarviews/agenda/timescaleconfigdialog.cpp
calendarviews/agenda/timescaleconfigdialog.cpp
+1
-1
calendarviews/list/listview.cpp
calendarviews/list/listview.cpp
+1
-1
calendarviews/multiagenda/multiagendaview.cpp
calendarviews/multiagenda/multiagendaview.cpp
+1
-1
kaddressbookgrantlee/formatter/grantleecontactformatter.cpp
kaddressbookgrantlee/formatter/grantleecontactformatter.cpp
+1
-1
korganizer/interfaces/korganizer/baseview.cpp
korganizer/interfaces/korganizer/baseview.cpp
+1
-1
libkdepim/job/addcontactjob.cpp
libkdepim/job/addcontactjob.cpp
+1
-1
libkdepim/job/addemailaddressjob.cpp
libkdepim/job/addemailaddressjob.cpp
+1
-1
libkdepim/job/openemailaddressjob.cpp
libkdepim/job/openemailaddressjob.cpp
+1
-1
libkdepim/ldap/ldapclientsearch.cpp
libkdepim/ldap/ldapclientsearch.cpp
+1
-1
libkdepim/ldap/ldapclientsearchconfig.cpp
libkdepim/ldap/ldapclientsearchconfig.cpp
+1
-1
libkdepim/proxy/quotacolorproxymodel.cpp
libkdepim/proxy/quotacolorproxymodel.cpp
+1
-1
mailcommon/filter/filterimporterexporter.cpp
mailcommon/filter/filterimporterexporter.cpp
+1
-1
mailcommon/filter/filterlog.cpp
mailcommon/filter/filterlog.cpp
+1
-1
mailcommon/filter/filtermanager.cpp
mailcommon/filter/filtermanager.cpp
+1
-1
mailcommon/mdn/sendmdnhandler.cpp
mailcommon/mdn/sendmdnhandler.cpp
+1
-1
mailcommon/snippets/snippetsmanager.cpp
mailcommon/snippets/snippetsmanager.cpp
+1
-1
mailcommon/widgets/favoritecollectionwidget.cpp
mailcommon/widgets/favoritecollectionwidget.cpp
+1
-1
mailcommon/widgets/redirectdialog.cpp
mailcommon/widgets/redirectdialog.cpp
+1
-1
mailimporter/filters.cpp
mailimporter/filters.cpp
+1
-1
messagecomposer/part/globalpart.cpp
messagecomposer/part/globalpart.cpp
+1
-1
messagecomposer/part/infopart.cpp
messagecomposer/part/infopart.cpp
+1
-1
messagecomposer/part/messagepart.cpp
messagecomposer/part/messagepart.cpp
+1
-1
messagecomposer/part/textpart.cpp
messagecomposer/part/textpart.cpp
+1
-1
messagecore/attachment/attachmentcollector.cpp
messagecore/attachment/attachmentcollector.cpp
+1
-1
messagecore/attachment/attachmentfrommimecontentjob.cpp
messagecore/attachment/attachmentfrommimecontentjob.cpp
+1
-1
messagecore/attachment/attachmentpart.cpp
messagecore/attachment/attachmentpart.cpp
+1
-1
messagecore/misc/mdnstateattribute.cpp
messagecore/misc/mdnstateattribute.cpp
+1
-1
messagelist/core/view.cpp
messagelist/core/view.cpp
+1
-1
messagelist/pane.cpp
messagelist/pane.cpp
+1
-1
messagelist/storagemodel.cpp
messagelist/storagemodel.cpp
+1
-1
messagelist/utils/configureaggregationsdialog_p.h
messagelist/utils/configureaggregationsdialog_p.h
+1
-1
messagelist/utils/configurethemesdialog_p.h
messagelist/utils/configurethemesdialog_p.h
+1
-1
messagelist/widget.cpp
messagelist/widget.cpp
+1
-1
messageviewer/viewer/mimeparttree/mimetreemodel.cpp
messageviewer/viewer/mimeparttree/mimetreemodel.cpp
+1
-1
pimcommon/acl/aclmanager.cpp
pimcommon/acl/aclmanager.cpp
+1
-1
pimcommon/widgets/annotationdialog.cpp
pimcommon/widgets/annotationdialog.cpp
+1
-1
pimcommon/widgets/customtextedit.cpp
pimcommon/widgets/customtextedit.cpp
+1
-1
pimcommon/widgets/emailaddressrequester.cpp
pimcommon/widgets/emailaddressrequester.cpp
+1
-1
pimcommon/widgets/spellchecklineedit.cpp
pimcommon/widgets/spellchecklineedit.cpp
+1
-1
plugins/messageviewer/bodypartformatter/vcard/updatecontactjob.cpp
...essageviewer/bodypartformatter/vcard/updatecontactjob.cpp
+1
-1
No files found.
akregator/src/articlemodel.cpp
View file @
67c6e53c
...
...
@@ -45,7 +45,7 @@
using
namespace
Akregator
;
class
ArticleModel
::
Private
class
Q_DECL_HIDDEN
ArticleModel
::
Private
{
private:
ArticleModel
*
const
q
;
...
...
akregator/src/feed.cpp
View file @
67c6e53c
...
...
@@ -72,7 +72,7 @@ QVector<Value> valuesToVector(const Container<Key, Value> &container)
return
values
;
}
class
Akregator
::
Feed
::
Private
class
Q_DECL_HIDDEN
Akregator
::
Feed
::
Private
{
Akregator
::
Feed
*
const
q
;
public:
...
...
akregator/src/feediconmanager.cpp
View file @
67c6e53c
...
...
@@ -42,7 +42,7 @@ using namespace Akregator;
FaviconListener
::~
FaviconListener
()
{}
class
FeedIconManager
::
Private
class
Q_DECL_HIDDEN
FeedIconManager
::
Private
{
FeedIconManager
*
const
q
;
public:
...
...
akregator/src/feedlist.cpp
View file @
67c6e53c
...
...
@@ -47,7 +47,7 @@
namespace
Akregator
{
class
FeedList
::
Private
class
Q_DECL_HIDDEN
FeedList
::
Private
{
FeedList
*
const
q
;
...
...
calendarsupport/categoryconfig.cpp
View file @
67c6e53c
...
...
@@ -54,7 +54,7 @@ static QStringList categoryDefaults()
return
l
;
}
class
CategoryConfig
::
Private
class
Q_DECL_HIDDEN
CategoryConfig
::
Private
{
public:
explicit
Private
(
KCoreConfigSkeleton
*
cfg
)
:
config
(
cfg
)
...
...
calendarsupport/collectionselection.cpp
View file @
67c6e53c
...
...
@@ -28,7 +28,7 @@
using
namespace
CalendarSupport
;
class
CollectionSelection
::
Private
class
Q_DECL_HIDDEN
CollectionSelection
::
Private
{
public:
explicit
Private
(
QItemSelectionModel
*
model_
)
:
model
(
model_
)
...
...
calendarsupport/kcalmodel.cpp
View file @
67c6e53c
...
...
@@ -35,7 +35,7 @@
using
namespace
CalendarSupport
;
class
KCalModel
::
Private
class
Q_DECL_HIDDEN
KCalModel
::
Private
{
public:
Private
(
KCalModel
*
model
)
...
...
calendarsupport/kcalprefs.cpp
View file @
67c6e53c
...
...
@@ -43,7 +43,7 @@ using namespace CalendarSupport;
Q_GLOBAL_STATIC
(
KCalPrefs
,
globalPrefs
)
class
KCalPrefs
::
Private
class
Q_DECL_HIDDEN
KCalPrefs
::
Private
{
public:
Private
()
:
mDefaultCalendarId
(
-
1
)
...
...
calendarsupport/next/incidenceviewer.cpp
View file @
67c6e53c
...
...
@@ -66,7 +66,7 @@ void TextBrowser::setSource(const QUrl &name)
}
}
class
IncidenceViewer
::
Private
class
Q_DECL_HIDDEN
IncidenceViewer
::
Private
{
public:
Private
(
IncidenceViewer
*
parent
)
...
...
calendarviews/agenda/agenda.cpp
View file @
67c6e53c
...
...
@@ -63,7 +63,7 @@
using
namespace
EventViews
;
///////////////////////////////////////////////////////////////////////////////
class
MarcusBains
::
Private
class
Q_DECL_HIDDEN
MarcusBains
::
Private
{
public:
Private
(
EventView
*
eventView
,
Agenda
*
agenda
)
...
...
@@ -200,7 +200,7 @@ void MarcusBains::updateLocationRecalc(bool recalculate)
////////////////////////////////////////////////////////////////////////////
class
Agenda
::
Private
class
Q_DECL_HIDDEN
Agenda
::
Private
{
public:
Private
(
AgendaView
*
agendaView
,
QScrollArea
*
scrollArea
,
...
...
calendarviews/agenda/timescaleconfigdialog.cpp
View file @
67c6e53c
...
...
@@ -32,7 +32,7 @@
using
namespace
EventViews
;
class
TimeScaleConfigDialog
::
Private
class
Q_DECL_HIDDEN
TimeScaleConfigDialog
::
Private
{
public:
Private
(
TimeScaleConfigDialog
*
parent
,
const
PrefsPtr
&
preferences
)
...
...
calendarviews/list/listview.cpp
View file @
67c6e53c
...
...
@@ -115,7 +115,7 @@ bool ListViewItem::operator<(const QTreeWidgetItem &other) const
}
}
class
ListView
::
Private
class
Q_DECL_HIDDEN
ListView
::
Private
{
public:
Private
()
...
...
calendarviews/multiagenda/multiagendaview.cpp
View file @
67c6e53c
...
...
@@ -96,7 +96,7 @@ static QString generateColumnLabel(int c)
return
i18n
(
"Agenda %1"
,
c
+
1
);
}
class
MultiAgendaView
::
Private
class
Q_DECL_HIDDEN
MultiAgendaView
::
Private
{
public:
Private
(
MultiAgendaView
*
qq
)
:
...
...
kaddressbookgrantlee/formatter/grantleecontactformatter.cpp
View file @
67c6e53c
...
...
@@ -47,7 +47,7 @@
using
namespace
KAddressBookGrantlee
;
class
GrantleeContactFormatter
::
Private
class
Q_DECL_HIDDEN
GrantleeContactFormatter
::
Private
{
public:
Private
()
...
...
korganizer/interfaces/korganizer/baseview.cpp
View file @
67c6e53c
...
...
@@ -26,7 +26,7 @@
using
namespace
KOrg
;
class
BaseView
::
Private
class
Q_DECL_HIDDEN
BaseView
::
Private
{
BaseView
*
const
q
;
...
...
libkdepim/job/addcontactjob.cpp
View file @
67c6e53c
...
...
@@ -32,7 +32,7 @@
using
namespace
KPIM
;
class
AddContactJob
::
Private
class
Q_DECL_HIDDEN
AddContactJob
::
Private
{
public:
Private
(
AddContactJob
*
qq
,
const
KContacts
::
Addressee
&
contact
,
QWidget
*
parentWidget
)
...
...
libkdepim/job/addemailaddressjob.cpp
View file @
67c6e53c
...
...
@@ -46,7 +46,7 @@
using
namespace
KPIM
;
class
AddEmailAddressJob
::
Private
class
Q_DECL_HIDDEN
AddEmailAddressJob
::
Private
{
public:
Private
(
AddEmailAddressJob
*
qq
,
const
QString
&
emailString
,
QWidget
*
parentWidget
)
...
...
libkdepim/job/openemailaddressjob.cpp
View file @
67c6e53c
...
...
@@ -32,7 +32,7 @@
using
namespace
KPIM
;
class
OpenEmailAddressJob
::
Private
class
Q_DECL_HIDDEN
OpenEmailAddressJob
::
Private
{
public:
Private
(
OpenEmailAddressJob
*
qq
,
const
QString
&
emailString
,
QWidget
*
parentWidget
)
...
...
libkdepim/ldap/ldapclientsearch.cpp
View file @
67c6e53c
...
...
@@ -51,7 +51,7 @@
using
namespace
KLDAP
;
class
LdapClientSearch
::
Private
class
Q_DECL_HIDDEN
LdapClientSearch
::
Private
{
public:
Private
(
LdapClientSearch
*
qq
)
...
...
libkdepim/ldap/ldapclientsearchconfig.cpp
View file @
67c6e53c
...
...
@@ -29,7 +29,7 @@
using
namespace
KLDAP
;
class
LdapClientSearchConfig
::
Private
class
Q_DECL_HIDDEN
LdapClientSearchConfig
::
Private
{
public:
Private
()
...
...
libkdepim/proxy/quotacolorproxymodel.cpp
View file @
67c6e53c
...
...
@@ -31,7 +31,7 @@ static const int qmlForegroundRole = 1984;
/**
* @internal
*/
class
QuotaColorProxyModel
::
Private
class
Q_DECL_HIDDEN
QuotaColorProxyModel
::
Private
{
public:
Private
(
QuotaColorProxyModel
*
parent
)
...
...
mailcommon/filter/filterimporterexporter.cpp
View file @
67c6e53c
...
...
@@ -125,7 +125,7 @@ void FilterImporterExporter::writeFiltersToConfig(const QList<MailFilter *> &fil
config
->
sync
();
}
class
FilterImporterExporter
::
Private
class
Q_DECL_HIDDEN
FilterImporterExporter
::
Private
{
public:
Private
(
QWidget
*
parent
)
...
...
mailcommon/filter/filterlog.cpp
View file @
67c6e53c
...
...
@@ -39,7 +39,7 @@
using
namespace
MailCommon
;
class
FilterLog
::
Private
class
Q_DECL_HIDDEN
FilterLog
::
Private
{
public:
Private
(
FilterLog
*
qq
)
...
...
mailcommon/filter/filtermanager.cpp
View file @
67c6e53c
...
...
@@ -36,7 +36,7 @@
namespace
MailCommon
{
class
FilterManager
::
Private
class
Q_DECL_HIDDEN
FilterManager
::
Private
{
public:
Private
(
FilterManager
*
qq
)
...
...
mailcommon/mdn/sendmdnhandler.cpp
View file @
67c6e53c
...
...
@@ -39,7 +39,7 @@
using
namespace
MailCommon
;
class
SendMdnHandler
::
Private
class
Q_DECL_HIDDEN
SendMdnHandler
::
Private
{
public:
Private
(
SendMdnHandler
*
qq
,
IKernel
*
kernel
)
...
...
mailcommon/snippets/snippetsmanager.cpp
View file @
67c6e53c
...
...
@@ -38,7 +38,7 @@
using
namespace
MailCommon
;
class
SnippetsManager
::
Private
class
Q_DECL_HIDDEN
SnippetsManager
::
Private
{
public:
Private
(
SnippetsManager
*
qq
,
QWidget
*
parent
)
...
...
mailcommon/widgets/favoritecollectionwidget.cpp
View file @
67c6e53c
...
...
@@ -33,7 +33,7 @@
using
namespace
MailCommon
;
class
FavoriteCollectionWidget
::
Private
class
Q_DECL_HIDDEN
FavoriteCollectionWidget
::
Private
{
public:
Private
()
...
...
mailcommon/widgets/redirectdialog.cpp
View file @
67c6e53c
...
...
@@ -57,7 +57,7 @@
using
namespace
MailCommon
;
class
RedirectDialog
::
Private
class
Q_DECL_HIDDEN
RedirectDialog
::
Private
{
public:
Private
(
RedirectDialog
*
qq
,
RedirectDialog
::
SendMode
mode
)
...
...
mailimporter/filters.cpp
View file @
67c6e53c
...
...
@@ -45,7 +45,7 @@
using
namespace
MailImporter
;
class
Filter
::
Private
class
Q_DECL_HIDDEN
Filter
::
Private
{
public:
Private
(
const
QString
&
_name
,
const
QString
&
_author
,
const
QString
&
_info
)
...
...
messagecomposer/part/globalpart.cpp
View file @
67c6e53c
...
...
@@ -21,7 +21,7 @@
using
namespace
MessageComposer
;
class
GlobalPart
::
Private
class
Q_DECL_HIDDEN
GlobalPart
::
Private
{
public:
Private
()
...
...
messagecomposer/part/infopart.cpp
View file @
67c6e53c
...
...
@@ -21,7 +21,7 @@
using
namespace
MessageComposer
;
class
InfoPart
::
Private
class
Q_DECL_HIDDEN
InfoPart
::
Private
{
public:
Private
()
...
...
messagecomposer/part/messagepart.cpp
View file @
67c6e53c
...
...
@@ -21,7 +21,7 @@
using
namespace
MessageComposer
;
class
MessagePart
::
Private
class
Q_DECL_HIDDEN
MessagePart
::
Private
{
public:
Private
()
...
...
messagecomposer/part/textpart.cpp
View file @
67c6e53c
...
...
@@ -21,7 +21,7 @@
using
namespace
MessageComposer
;
class
TextPart
::
Private
class
Q_DECL_HIDDEN
TextPart
::
Private
{
public:
Private
()
...
...
messagecore/attachment/attachmentcollector.cpp
View file @
67c6e53c
...
...
@@ -64,7 +64,7 @@ static bool isInExclusionFileTypeList(KMime::Content *node)
return
false
;
}
class
MessageCore
::
AttachmentCollector
::
Private
class
Q_DECL_HIDDEN
MessageCore
::
AttachmentCollector
::
Private
{
public:
std
::
vector
<
KMime
::
Content
*>
mAttachments
;
...
...
messagecore/attachment/attachmentfrommimecontentjob.cpp
View file @
67c6e53c
...
...
@@ -28,7 +28,7 @@
using
namespace
MessageCore
;
using
KMime
::
Content
;
class
MessageCore
::
AttachmentFromMimeContentJob
::
Private
class
Q_DECL_HIDDEN
MessageCore
::
AttachmentFromMimeContentJob
::
Private
{
public:
const
Content
*
mMimeContent
;
...
...
messagecore/attachment/attachmentpart.cpp
View file @
67c6e53c
...
...
@@ -46,7 +46,7 @@ static qint64 sizeWithEncoding(const QByteArray &data,
return
size
;
}
class
MessageCore
::
AttachmentPart
::
Private
class
Q_DECL_HIDDEN
MessageCore
::
AttachmentPart
::
Private
{
public:
Private
()
...
...
messagecore/misc/mdnstateattribute.cpp
View file @
67c6e53c
...
...
@@ -31,7 +31,7 @@ using namespace MessageCore;
/**
* @internal
*/
class
MDNStateAttribute
::
Private
class
Q_DECL_HIDDEN
MDNStateAttribute
::
Private
{
public:
MDNSentState
dataToState
(
const
QByteArray
&
data
)
...
...
messagelist/core/view.cpp
View file @
67c6e53c
...
...
@@ -52,7 +52,7 @@
using
namespace
MessageList
::
Core
;
class
View
::
Private
class
Q_DECL_HIDDEN
View
::
Private
{
public:
Private
(
View
*
owner
,
Widget
*
parent
)
...
...
messagelist/pane.cpp
View file @
67c6e53c
...
...
@@ -48,7 +48,7 @@
namespace
MessageList
{
class
Pane
::
Private
class
Q_DECL_HIDDEN
Pane
::
Private
{
public:
Private
(
Pane
*
owner
)
...
...
messagelist/storagemodel.cpp
View file @
67c6e53c
...
...
@@ -50,7 +50,7 @@
namespace
MessageList
{
class
StorageModel
::
Private
class
Q_DECL_HIDDEN
StorageModel
::
Private
{
public:
void
onSourceDataChanged
(
const
QModelIndex
&
topLeft
,
const
QModelIndex
&
bottomRight
);
...
...
messagelist/utils/configureaggregationsdialog_p.h
View file @
67c6e53c
...
...
@@ -46,7 +46,7 @@ class AggregationListWidgetItem;
* This is managed by MessageList::Manager. Take a look at it first
* if you want to display this dialog.
*/
class
ConfigureAggregationsDialog
::
Private
class
Q_DECL_HIDDEN
ConfigureAggregationsDialog
::
Private
{
public:
Private
(
ConfigureAggregationsDialog
*
owner
)
...
...
messagelist/utils/configurethemesdialog_p.h
View file @
67c6e53c
...
...
@@ -40,7 +40,7 @@ class ThemeEditor;
class
ThemeListWidget
;
class
ThemeListWidgetItem
;
class
ConfigureThemesDialog
::
Private
class
Q_DECL_HIDDEN
ConfigureThemesDialog
::
Private
{
public:
Private
(
ConfigureThemesDialog
*
owner
)
...
...
messagelist/widget.cpp
View file @
67c6e53c
...
...
@@ -56,7 +56,7 @@
namespace
MessageList
{
class
Widget
::
Private
class
Q_DECL_HIDDEN
Widget
::
Private
{
public:
Private
(
Widget
*
owner
)
...
...
messageviewer/viewer/mimeparttree/mimetreemodel.cpp
View file @
67c6e53c
...
...
@@ -34,7 +34,7 @@ Q_DECLARE_METATYPE(KMime::ContentIndex)
using
namespace
MessageViewer
;
class
MimeTreeModel
::
Private
class
Q_DECL_HIDDEN
MimeTreeModel
::
Private
{
public:
Private
()
:
...
...
pimcommon/acl/aclmanager.cpp
View file @
67c6e53c
...
...
@@ -167,7 +167,7 @@ private:
QVector
<
QPair
<
QByteArray
,
KIMAP
::
Acl
::
Rights
>
>
mRights
;
};
class
PimCommon
::
AclManager
::
Private
class
Q_DECL_HIDDEN
PimCommon
::
AclManager
::
Private
{
public:
Private
(
AclManager
*
qq
)
...
...
pimcommon/widgets/annotationdialog.cpp
View file @
67c6e53c
...
...
@@ -41,7 +41,7 @@
using
namespace
PimCommon
;
class
AnnotationEditDialog
::
Private
class
Q_DECL_HIDDEN
AnnotationEditDialog
::
Private
{
public:
Private
()
...
...
pimcommon/widgets/customtextedit.cpp
View file @
67c6e53c
...
...
@@ -25,7 +25,7 @@
#include <QAction>
using
namespace
PimCommon
;
class
CustomTextEdit
::
Private
class
Q_DECL_HIDDEN
CustomTextEdit
::
Private
{
public:
Private
(
const
QString
&
_configFile
)
...
...
pimcommon/widgets/emailaddressrequester.cpp
View file @
67c6e53c
...
...
@@ -30,7 +30,7 @@
using
namespace
PimCommon
;
class
PimCommon
::
EmailAddressRequester
::
Private
class
Q_DECL_HIDDEN
PimCommon
::
EmailAddressRequester
::
Private
{
public:
Private
(
EmailAddressRequester
*
qq
)
...
...
pimcommon/widgets/spellchecklineedit.cpp
View file @
67c6e53c
...
...
@@ -39,7 +39,7 @@
using
namespace
PimCommon
;
class
SpellCheckLineEdit
::
Private
class
Q_DECL_HIDDEN
SpellCheckLineEdit
::
Private
{
public:
Private
()
...
...
plugins/messageviewer/bodypartformatter/vcard/updatecontactjob.cpp
View file @
67c6e53c
...
...
@@ -22,7 +22,7 @@
#include <KLocalizedString>
#include <kmessagebox.h>
class
UpdateContactJob
::
Private
class
Q_DECL_HIDDEN
UpdateContactJob
::
Private
{
public:
Private
(
UpdateContactJob
*
qq
,
const
QString
&
email
,
const
KContacts
::
Addressee
&
contact
,
QWidget
*
parentWidget
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment