mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
kutils: fix bootstrap build of kemoticons
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
483854d35a
commit
00a309ee39
2 changed files with 4 additions and 2 deletions
|
@ -3,6 +3,8 @@ project(kutils)
|
|||
include_directories(
|
||||
${KDE4_KDEUI_INCLUDES}
|
||||
${KDE4_KPARTS_INCLUDES}
|
||||
# keep it, required by kemoticons and others
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
)
|
||||
|
||||
add_subdirectory(kmediaplayer)
|
||||
|
|
|
@ -207,7 +207,7 @@ public:
|
|||
The KAudioPlayer class provides an object that can be used to playback from various media
|
||||
sources including Hard-Drives (local and remote), Internet streams, CD, DVD, Blue-Ray, SMB,
|
||||
file-descriptor, raw data, you name it. It supports per-application state too, this
|
||||
includes volume and mute state currently.
|
||||
includes audio output device, volume and mute state currently.
|
||||
|
||||
For an extended version of this class check out KMediaPlayer and KMediaWidget.
|
||||
|
||||
|
@ -272,7 +272,7 @@ private:
|
|||
The KMediaPlayer class provides an embedable widget that can be used to playback from various
|
||||
media sources including Hard-Drives (local and remote), Internet streams, CD, DVD, Blue-Ray,
|
||||
SMB, file-descriptor, raw data, you name it. It supports per-application state too, this
|
||||
includes volume, mute and fullscreen state currently.
|
||||
includes audio output device, volume and mute state currently.
|
||||
|
||||
For an extended version of this class check out KMediaWidget.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue