]> vaikene.ee Git - evaf/commit
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)
commitad70660919cd7b0e821e35548b6d1f5efa181c4c
treee045adc9ff5c36ea00e4aa0d7b1ae1798fd5ddc2
parent8e0779e2e5a9f947f79c28e2ff121f6ffdd78b3f
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.
src/apps/PswGen/GUI/CMakeLists.txt
src/plugins/SdiWindow/CMakeLists.txt
src/plugins/SdiWindow/isdiwindow.h
src/plugins/SdiWindow/sdiwindow.cpp
src/plugins/SdiWindow/sdiwindow.h
src/plugins/SdiWindow/version.h