Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KAlarm
Commits
bae65b76
Commit
bae65b76
authored
Oct 14, 2013
by
David Jarvie
Browse files
Use usual doxygen special character
parent
6a7afb5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
kaevent.h
View file @
bae65b76
...
...
@@ -475,7 +475,7 @@ class KALARMCAL_EXPORT KAEvent
/** Set the ID of the Akonadi Collection which contains the event. */
void
setCollectionId
(
Akonadi
::
Collection
::
Id
id
);
/** Set the ID of the Akonadi Collection which contains the event.
*
\
warning This is a const method, which means that any other instance
*
@
warning This is a const method, which means that any other instance
* which references the same shared data will also be
* updated. It is designed to be used when a KAEvent is
* being created from an Akonadi Item, to avoid unnecessary
...
...
@@ -707,7 +707,7 @@ class KALARMCAL_EXPORT KAEvent
* @param fadeVolume initial volume (0 - 1), or -1 for no fade
* @param fadeSeconds number of seconds to fade from @p fadeVolume to @p volume
* @param repeatPause number of seconds to pause between repetitions, or -1 if no repeat
* @param allowEmptyFile true to set the volume levels even if
\
p filename is empty
* @param allowEmptyFile true to set the volume levels even if
@
p filename is empty
* @see audioFile(), soundVolume(), fadeVolume(), fadeSeconds()
*/
void
setAudioFile
(
const
QString
&
filename
,
float
volume
,
float
fadeVolume
,
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment