From: Enar Väikene Date: Wed, 19 Oct 2011 10:08:01 +0000 (+0300) Subject: Changed the SdiWindow::iSdiWindow interface to be not derived from QObject. X-Git-Url: https://vaikene.ee/gitweb/highlight.css?a=commitdiff_plain;h=ad70660919cd7b0e821e35548b6d1f5efa181c4c;hp=ad70660919cd7b0e821e35548b6d1f5efa181c4c;p=evaf Changed the SdiWindow::iSdiWindow interface to be not derived from QObject. * 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. ---