Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
0a05aa54
Commit
0a05aa54
authored
13 years ago
by
Emmanuel Lepage
Browse files
Options
Downloads
Patches
Plain Diff
[ #7876 ] Add some doxygen
parent
eaaff515
No related branches found
No related tags found
No related merge requests found
Changes
23
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
kde/src/widgets/HistoryDock.h
+2
-0
2 additions, 0 deletions
kde/src/widgets/HistoryDock.h
kde/src/widgets/HistoryTreeItem.h
+1
-0
1 addition, 0 deletions
kde/src/widgets/HistoryTreeItem.h
kde/src/widgets/SFLPhoneTray.h
+1
-0
1 addition, 0 deletions
kde/src/widgets/SFLPhoneTray.h
with
4 additions
and
0 deletions
kde/src/widgets/HistoryDock.h
+
2
−
0
View file @
0a05aa54
...
@@ -42,8 +42,10 @@ class KDateWidget;
...
@@ -42,8 +42,10 @@ class KDateWidget;
class
HistoryTreeItem
;
class
HistoryTreeItem
;
class
HistoryTree
;
class
HistoryTree
;
//Typedef
typedef
QList
<
HistoryTreeItem
*>
HistoryList
;
typedef
QList
<
HistoryTreeItem
*>
HistoryList
;
///@class HistoryDock Dock to see the previous SFLPhone calls
class
HistoryDock
:
public
QDockWidget
{
class
HistoryDock
:
public
QDockWidget
{
Q_OBJECT
Q_OBJECT
...
...
This diff is collapsed.
Click to expand it.
kde/src/widgets/HistoryTreeItem.h
+
1
−
0
View file @
0a05aa54
...
@@ -41,6 +41,7 @@ class QLabel;
...
@@ -41,6 +41,7 @@ class QLabel;
//KDE
//KDE
class
KAction
;
class
KAction
;
///@class HistoryTreeItem Items for the history dock
class
HistoryTreeItem
:
public
QWidget
class
HistoryTreeItem
:
public
QWidget
{
{
Q_OBJECT
Q_OBJECT
...
...
This diff is collapsed.
Click to expand it.
kde/src/widgets/SFLPhoneTray.h
+
1
−
0
View file @
0a05aa54
...
@@ -31,6 +31,7 @@ class KAction;
...
@@ -31,6 +31,7 @@ class KAction;
class
QMenu
;
class
QMenu
;
class
QIcon
;
class
QIcon
;
///@class SFLPhoneTray The old system try, should be totally replaced by a plasmoid some day
class
SFLPhoneTray
:
public
KSystemTrayIcon
class
SFLPhoneTray
:
public
KSystemTrayIcon
{
{
Q_OBJECT
Q_OBJECT
...
...
This diff is collapsed.
Click to expand it.
Prev
1
2
Next
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment