----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/111422/ -----------------------------------------------------------
Review request for KDE Frameworks and David Faure. Description ------- In review https://git.reviewboard.kde.org/r/111424/ KRichTextWidget::createActions(KActionCollection *actionCollection) has been changed to QList<QAction *> KRichTextWidget::createActions() to remove the dependency on KActionCollection. Effect of this change is that people have to add each action to the collection now. This method simplify things by allowing to add them all with a single call. Diffs ----- kdeui/actions/kactioncollection.h 8ca6845 kdeui/actions/kactioncollection.cpp 7dc2987 Diff: http://git.reviewboard.kde.org/r/111422/diff/ Testing ------- Thanks, Andrea Scarpino
_______________________________________________ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel