[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdeedu/kalgebra/analitzagui
From:       Percy Camilo TriveƱo Aucahuasi <percy.camilo.ta () gmail ! com
Date:       2010-12-21 10:35:44
Message-ID: 20101221103544.54955AC8AA () svn ! kde ! org
[Download RAW message or body]

SVN commit 1208355 by aucahuasi:

it seems the slot setActionText was lost since r1180805, so it was recovered to allow \
to work the examples submenu on expressionedit

 M  +5 -0      expressionedit.cpp  
 M  +1 -0      expressionedit.h  


--- trunk/KDE/kdeedu/kalgebra/analitzagui/expressionedit.cpp #1208354:1208355
@@ -485,6 +485,11 @@
 
 }
 
+void ExpressionEdit::setActionText(QAction* text)
+{
+	setPlainText(text->data().toString());
+}
+
 void ExpressionEdit::setAnalitza(Analitza::Analyzer * in)
 {
 	m_highlight->setAnalitza(in);
--- trunk/KDE/kdeedu/kalgebra/analitzagui/expressionedit.h #1208354:1208355
@@ -109,6 +109,7 @@
 		void showSimplified();
 		void cursorMov();
 		void updateCompleter();
+		void setActionText(QAction* text);
 		
 		/** Shows a little tip widget containing the string @p str. If @p str is empty the \
widget is hidden. */  void helper(const QString& str);


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic