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
b6c39858
Commit
b6c39858
authored
Sep 09, 2009
by
Tobias Koenig
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing @since 4.4 tags
svn path=/trunk/KDE/kdepimlibs/; revision=1021502
parent
a824408b
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
13 additions
and
1 deletion
+13
-1
akonadi/contact/addressbookcombobox.h
akonadi/contact/addressbookcombobox.h
+1
-0
akonadi/contact/addressbookselectiondialog.h
akonadi/contact/addressbookselectiondialog.h
+1
-0
akonadi/contact/contacteditor.h
akonadi/contact/contacteditor.h
+1
-0
akonadi/contact/contacteditordialog.h
akonadi/contact/contacteditordialog.h
+1
-0
akonadi/contact/contactgroupeditor.h
akonadi/contact/contactgroupeditor.h
+1
-1
akonadi/contact/contactgroupeditordialog.h
akonadi/contact/contactgroupeditordialog.h
+1
-0
akonadi/contact/contactgroupexpandjob.h
akonadi/contact/contactgroupexpandjob.h
+1
-0
akonadi/contact/contactgroupsearchjob.h
akonadi/contact/contactgroupsearchjob.h
+1
-0
akonadi/contact/contactgroupviewer.h
akonadi/contact/contactgroupviewer.h
+1
-0
akonadi/contact/contactgroupviewerdialog.h
akonadi/contact/contactgroupviewerdialog.h
+1
-0
akonadi/contact/contactsearchjob.h
akonadi/contact/contactsearchjob.h
+1
-0
akonadi/contact/contactviewer.h
akonadi/contact/contactviewer.h
+1
-0
akonadi/contact/contactviewerdialog.h
akonadi/contact/contactviewerdialog.h
+1
-0
No files found.
akonadi/contact/addressbookcombobox.h
View file @
b6c39858
...
...
@@ -36,6 +36,7 @@ namespace Akonadi {
* @short A combobox for selecting an Akonadi address book.
*
* @author Tobias Koenig <tokoe@kde.org>
* @since 4.4
*/
class
AKONADI_CONTACT_EXPORT
AddressBookComboBox
:
public
QWidget
{
...
...
akonadi/contact/addressbookselectiondialog.h
View file @
b6c39858
...
...
@@ -35,6 +35,7 @@ class Collection;
* @short A dialog to select an address book in Akonadi.
*
* @author Tobias Koenig <tokoe@kde.org>
* @since 4.4
*/
class
AKONADI_CONTACT_EXPORT
AddressBookSelectionDialog
:
public
KDialog
{
...
...
akonadi/contact/contacteditor.h
View file @
b6c39858
...
...
@@ -36,6 +36,7 @@ class Item;
* @short An widget to edit contacts in Akonadi.
*
* @author Tobias Koenig <tokoe@kde.org>
* @since 4.4
*/
class
AKONADI_CONTACT_EXPORT
ContactEditor
:
public
QWidget
{
...
...
akonadi/contact/contacteditordialog.h
View file @
b6c39858
...
...
@@ -72,6 +72,7 @@ class Item;
* @endcode
*
* @author Tobias Koenig <tokoe@kde.org>
* @since 4.4
*/
class
AKONADI_CONTACT_EXPORT
ContactEditorDialog
:
public
KDialog
{
...
...
akonadi/contact/contactgroupeditor.h
View file @
b6c39858
...
...
@@ -35,7 +35,7 @@ class Item;
* @short An editor for contact groups.
*
* @author Tobias Koenig <tokoe@kde.org>
* @since 4.
3
* @since 4.
4
*/
class
AKONADI_CONTACT_EXPORT
ContactGroupEditor
:
public
QWidget
{
...
...
akonadi/contact/contactgroupeditordialog.h
View file @
b6c39858
...
...
@@ -37,6 +37,7 @@ class ContactGroupEditor;
* @short A dialog for editing a contact group.
*
* @author Tobias Koenig <tokoe@kde.org>
* @since 4.4
*/
class
AKONADI_CONTACT_EXPORT
ContactGroupEditorDialog
:
public
KDialog
{
...
...
akonadi/contact/contactgroupexpandjob.h
View file @
b6c39858
...
...
@@ -59,6 +59,7 @@ namespace Akonadi {
* @endcode
*
* @author Tobias Koenig <tokoe@kde.org>
* @since 4.4
*/
class
AKONADI_CONTACT_EXPORT
ContactGroupExpandJob
:
public
KJob
{
...
...
akonadi/contact/contactgroupsearchjob.h
View file @
b6c39858
...
...
@@ -55,6 +55,7 @@ namespace Akonadi {
* @endcode
*
* @author Tobias Koenig <tokoe@kde.org>
* @since 4.4
*/
class
AKONADI_CONTACT_EXPORT
ContactGroupSearchJob
:
public
KJob
{
...
...
akonadi/contact/contactgroupviewer.h
View file @
b6c39858
...
...
@@ -34,6 +34,7 @@ namespace Akonadi {
* @short A viewer component for contact groups in Akonadi.
*
* @author Tobias Koenig <tokoe@kde.org>
* @since 4.4
*/
class
AKONADI_CONTACT_EXPORT
ContactGroupViewer
:
public
QWidget
,
public
Akonadi
::
ItemMonitor
{
...
...
akonadi/contact/contactgroupviewerdialog.h
View file @
b6c39858
...
...
@@ -34,6 +34,7 @@ class Item;
* @short A dialog for displaying a contact group in Akonadi.
*
* @author Tobias Koenig <tokoe@kde.org>
* @since 4.4
*/
class
AKONADI_CONTACT_EXPORT
ContactGroupViewerDialog
:
public
KDialog
{
...
...
akonadi/contact/contactsearchjob.h
View file @
b6c39858
...
...
@@ -55,6 +55,7 @@ namespace Akonadi {
* @endcode
*
* @author Tobias Koenig <tokoe@kde.org>
* @since 4.4
*/
class
AKONADI_CONTACT_EXPORT
ContactSearchJob
:
public
KJob
{
...
...
akonadi/contact/contactviewer.h
View file @
b6c39858
...
...
@@ -34,6 +34,7 @@ namespace Akonadi {
* @short A viewer component for contacts in Akonadi.
*
* @author Tobias Koenig <tokoe@kde.org>
* @since 4.4
*/
class
AKONADI_CONTACT_EXPORT
ContactViewer
:
public
QWidget
,
public
Akonadi
::
ItemMonitor
{
...
...
akonadi/contact/contactviewerdialog.h
View file @
b6c39858
...
...
@@ -34,6 +34,7 @@ class Item;
* @short A dialog for displaying a contact in Akonadi.
*
* @author Tobias Koenig <tokoe@kde.org>
* @since 4.4
*/
class
AKONADI_CONTACT_EXPORT
ContactViewerDialog
:
public
KDialog
{
...
...
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