From eabd70b019383f0765f2f68ef82ce875d9306da5 Mon Sep 17 00:00:00 2001 From: Daker Fernandes Pinheiro Date: Thu, 22 Mar 2012 08:57:36 -0300 Subject: [PATCH] Fix coding style for TextField Plasma Component accepted signal Signed-off-by: Daker Fernandes Pinheiro --- declarativeimports/plasmacomponents/qml/TextField.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/declarativeimports/plasmacomponents/qml/TextField.qml b/declarativeimports/plasmacomponents/qml/TextField.qml index f43a1a204..a03ed32b4 100644 --- a/declarativeimports/plasmacomponents/qml/TextField.qml +++ b/declarativeimports/plasmacomponents/qml/TextField.qml @@ -179,7 +179,7 @@ Item { property alias text: textInput.text property alias maximumLength: textInput.maximumLength - signal accepted + signal accepted() //Plasma api property bool clearButtonShown: false