Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
Akonadi Contacts
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PIM
Akonadi Contacts
Commits
d68cd192
Commit
d68cd192
authored
Apr 17, 2015
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reorder variable
parent
1f725835
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
8 deletions
+7
-8
akonadi/contact/contactgroupmodel.cpp
akonadi/contact/contactgroupmodel.cpp
+1
-1
akonadi/contact/editor/dateeditwidget.h
akonadi/contact/editor/dateeditwidget.h
+1
-1
akonadi/contact/editor/displaynameeditwidget.h
akonadi/contact/editor/displaynameeditwidget.h
+1
-1
akonadi/contact/editor/imagewidget.cpp
akonadi/contact/editor/imagewidget.cpp
+1
-1
akonadi/contact/editor/imagewidget.h
akonadi/contact/editor/imagewidget.h
+3
-4
No files found.
akonadi/contact/contactgroupmodel.cpp
View file @
d68cd192
...
...
@@ -37,10 +37,10 @@ struct GroupMember
{
}
bool
isReference
;
KABC
::
ContactGroup
::
ContactReference
reference
;
KABC
::
ContactGroup
::
Data
data
;
KABC
::
Addressee
referencedContact
;
bool
isReference
;
bool
loadingError
;
};
...
...
akonadi/contact/editor/dateeditwidget.h
View file @
d68cd192
...
...
@@ -73,11 +73,11 @@ private Q_SLOTS:
void
updateView
();
private:
QDate
mDate
;
DateView
*
mView
;
QToolButton
*
mSelectButton
;
QToolButton
*
mClearButton
;
KDatePickerPopup
*
mMenu
;
QDate
mDate
;
bool
mReadOnly
;
};
...
...
akonadi/contact/editor/displaynameeditwidget.h
View file @
d68cd192
...
...
@@ -77,9 +77,9 @@ private:
void
updateView
();
KComboBox
*
mView
;
DisplayType
mDisplayType
;
KABC
::
Addressee
mContact
;
QWidget
*
mViewport
;
DisplayType
mDisplayType
;
int
mAdditionalPopupWidth
;
};
...
...
akonadi/contact/editor/imagewidget.cpp
View file @
d68cd192
...
...
@@ -107,10 +107,10 @@ QImage ImageLoader::loadImage(const KUrl &url, bool *ok)
ImageWidget
::
ImageWidget
(
Type
type
,
QWidget
*
parent
)
:
QPushButton
(
parent
)
,
mImageLoader
(
0
)
,
mType
(
type
)
,
mHasImage
(
false
)
,
mReadOnly
(
false
)
,
mImageLoader
(
0
)
{
setAcceptDrops
(
true
);
...
...
akonadi/contact/editor/imagewidget.h
View file @
d68cd192
...
...
@@ -74,13 +74,12 @@ private Q_SLOTS:
private:
ImageLoader
*
imageLoader
();
Type
mType
;
KABC
::
Picture
mPicture
;
bool
mHasImage
;
bool
mReadOnly
;
QPoint
mDragStartPos
;
ImageLoader
*
mImageLoader
;
Type
mType
;
bool
mHasImage
;
bool
mReadOnly
;
};
#endif
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