----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127677/ -----------------------------------------------------------
(Updated April 21, 2016, 6:14 a.m.) Status ------ This change has been marked as submitted. Review request for KMymoney. Changes ------- Submitted with commit 672dba59056085ae706039678f9f90432071f65f by Thomas Baumgart on behalf of Mitch Frazier to branch master. Repository: kmymoney Description ------- The KMyMoneyCurrencySelector was missing the Q_OBJECT macro. The missing macro caused a Qt Designer warning on startup (displayed when designer is started from a console window): Designer: A class name mismatch occurred when creating a widget using the custom widget factory registered for widgets of class KMyMoneyCurrencySelector. It returned a widget of class KMyMoneySecuritySelector. Diffs ----- kmymoney/widgets/kmymoneycurrencyselector.h 0927dd0 Diff: https://git.reviewboard.kde.org/r/127677/diff/ Testing ------- Rebuilt code and started Qt Designer. Unable to test actual widget because it is not actually used anywhere! Thanks, Mitch Frazier