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
PIM EventViews
Commits
eedc78f1
Commit
eedc78f1
authored
Sep 06, 2020
by
Glen Ditchfield
🐛
Browse files
Fix some doxygen comments.
parent
b0691669
Pipeline
#33329
passed with stage
in 18 minutes and 23 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/journal/journalview.h
View file @
eedc78f1
...
...
@@ -15,16 +15,16 @@
class
QScrollArea
;
namespace
EventViews
{
class
JournalDateView
;
/**
* This class provides a journal view.
* @short View for Journal components.
* @author Cornelius Schumacher <schumacher@kde.org>, Reinhold Kainhofer <reinhold@kainhofer.com>
* @see
KOBase
View
* @see
Event
View
*/
namespace
EventViews
{
class
JournalDateView
;
class
EVENTVIEWS_EXPORT
JournalView
:
public
EventView
{
Q_OBJECT
...
...
src/list/listview.h
View file @
eedc78f1
...
...
@@ -14,18 +14,17 @@ class KConfig;
class
QModelIndex
;
namespace
EventViews
{
/**
This class provides a multi-column list view of events. It can
display events from one particular day or several days, it doesn't
matter. To use a view that only handles one day at a time, use
KODayListView.
matter.
@short multi-column list view of various events.
@author Preston Brown <pbrown@kde.org>
@see
KOBaseView, KODayLis
tView
@see
Even
tView
*/
namespace
EventViews
{
class
EVENTVIEWS_EXPORT
ListView
:
public
EventView
{
Q_OBJECT
...
...
src/todo/todoview.h
View file @
eedc78f1
...
...
@@ -40,6 +40,14 @@ class QToolButton;
class
QTimer
;
namespace
EventViews
{
/**
* This class provides a view for Todo items.
* @short View for Todo components.
* @author Cornelius Schumacher <schumacher@kde.org>, Reinhold Kainhofer <reinhold@kainhofer.com>
* @see EventView
*/
class
EVENTVIEWS_EXPORT
TodoView
:
public
EventViews
::
EventView
{
Q_OBJECT
...
...
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