From: Matthijs Kooijman Date: Mon, 17 Aug 2009 21:45:43 +0000 (+0200) Subject: make all *View classes call their parent constructors. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=02898f8b19ec7cdfdae3f1798b9ea42e3875ce70;hp=02898f8b19ec7cdfdae3f1798b9ea42e3875ce70;p=matthijs%2Fupstream%2Fmobilegtd.git make all *View classes call their parent constructors. This includes the top level classes that inherit from object, and ensures that all constructors will be called in multiple inheritance situations. This removes the need for the explicit call to KeyBindingView's constructor. ---