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
1dd2fd4d
Commit
1dd2fd4d
authored
Sep 07, 2020
by
Glen Ditchfield
🐛
Browse files
Namespaces that lack Doxygen comments are not shown at api.kde.org.
parent
eedc78f1
Pipeline
#33425
passed with stage
in 14 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/helper.h
View file @
1dd2fd4d
...
...
@@ -19,8 +19,11 @@ class Item;
class
QPixmap
;
class
QDate
;
// Provides static methods that are useful to all views.
// This include file declares static methods that are useful to all views.
/**
* Namespace EventViews provides facilities for displaying incidences,
* including events, to-dos, and journal entries.
*/
namespace
EventViews
{
class
Prefs
;
typedef
QSharedPointer
<
Prefs
>
PrefsPtr
;
...
...
Write
Preview
Supports
Markdown
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