Edwin Leuven wrote:
attached my latest patch
i'd like to put it in
any objections?
Not an objection but I'd like you to keep in mind that this code needs
to generalized. So I hope that in due time (in time with math symbols)
you (we) clean that up. I thing the right strategy is define a new kind
of Action that will do exactly that. It could be a new class or an
extension of QLAction (which needs to be renamed to Action by the way).
+ emit updateToolbar();
+ emit updated();
+signals:
+ void updateToolbar();
+ void updated();
You already know that you are connecting to a QLToolbar signal.
Index: src/frontends/qt4/QTabularCreateDialog.C
What did you fixed there?
Abdel.