]> vaikene.ee Git - evaf/commitdiff
Changed the SdiWindow::iSdiWindow interface to be not derived from QObject.
authorEnar Väikene <enar@vaikene.net>
Wed, 19 Oct 2011 10:08:01 +0000 (13:08 +0300)
committerEnar Väikene <enar@vaikene.net>
Wed, 19 Oct 2011 10:08:01 +0000 (13:08 +0300)
* No plans to use signals in this interface
* Simplifies the implementation as we can now have one single class derived both from
  Widget and iSdiWindow
* No need to link against the SdiWindow library as long as the iSdiWindow::instance() method is not used.


No differences found