Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Akonadi Contacts
Commits
f6b1412a
Commit
f6b1412a
authored
Feb 02, 2016
by
Laurent Montel
😁
Browse files
Add formatter
parent
468bddda
Changes
3
Hide whitespace changes
Inline
Side-by-side
akonadi-contact/src/editor/addresseditor/addresseslocationviewer.cpp
View file @
f6b1412a
...
...
@@ -21,11 +21,12 @@
*/
#include "addresseslocationviewer.h"
#include "addresseslocationgrantleeformater.h"
AddressesLocationViewer
::
AddressesLocationViewer
(
QWidget
*
parent
)
:
QWidget
(
parent
)
:
QWidget
(
parent
),
mAddressesLocationGrantleeFormatter
(
new
AddressesLocationGrantleeFormater
(
this
))
{
//TODO add list of address
}
AddressesLocationViewer
::~
AddressesLocationViewer
()
...
...
akonadi-contact/src/editor/addresseditor/addresseslocationviewer.h
View file @
f6b1412a
...
...
@@ -26,7 +26,7 @@
#include <QWidget>
#include <KContacts/Address>
class
AddressesLocationGrantleeFormater
;
class
AddressesLocationViewer
:
public
QWidget
{
Q_OBJECT
...
...
@@ -43,6 +43,7 @@ public:
private:
void
updateView
();
KContacts
::
Address
::
List
mAddresses
;
AddressesLocationGrantleeFormater
*
mAddressesLocationGrantleeFormatter
;
};
#endif // ADDRESSESLOCATIONVIEWER_H
akonadi-contact/src/editor/addresseditor/addressgrantleeobject.cpp
View file @
f6b1412a
...
...
@@ -21,6 +21,7 @@
*/
#include "addressgrantleeobject.h"
#include "iconnamecache_p.h"
AddressGrantleeObject
::
AddressGrantleeObject
(
const
KContacts
::
Address
&
address
,
int
addressIndex
,
QObject
*
parent
)
:
QObject
(
parent
),
...
...
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