Summary of bug description
QmitkGeneralPreferencePage needs to be refactored due to changes in its superclass IPreferencePage
- Should implement all new pure virtual methods
Cause of the bug
This is an enhancement.
Proposed solution
Adapt QmitkGeneralPreferencePage and QmitkPreferencesDialog to work with the new IPreferencePage interface.
Affected classes
org.mitk.gui.qt.common/QmitkGeneralPreferencePage org.mitk.gui.qt.common/QmitkPreferencesDialog
How will the bugfix get tested?
If it compiles, it works.
