comments++

This commit is contained in:
Marco Martin 2014-08-14 12:36:46 +02:00
parent 5ad59675df
commit 7e71e0bf95
2 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,7 @@ import "styles" as Styles
/**
@class TextArea
@short A scrollable text area
@inherit QtControls.TextArea
@inherit QtQuick.Controls.TextArea
*/
QtControls.TextArea {
id: textArea

View File

@ -27,6 +27,7 @@ import org.kde.plasma.components 2.0 as PlasmaComponents
import "../private" as Private
/*It inherits the local ScrollViewStyle, not the one from qtcontrols*/
ScrollViewStyle {
id: style