Skip to content
Snippets Groups Projects
Commit 0a05aa54 authored by Emmanuel Lepage's avatar Emmanuel Lepage
Browse files

[ #7876 ] Add some doxygen

parent eaaff515
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
...@@ -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
......
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment