Fix a warning at application start-up.
commitd505a8e9f6f7acec36b4d3c5d56fc1db6c758594
authorJohannes Sixt <j6t@kdbg.org>
Fri, 4 Mar 2011 20:49:25 +0000 (4 21:49 +0100)
committerJohannes Sixt <j6t@kdbg.org>
Fri, 4 Mar 2011 20:49:25 +0000 (4 21:49 +0100)
tree6b3c75ba7a2904dee2a1f17d8703c83f7590e4f1
parentc8b5da4cedf04ae7c22dccb790f78f46f48663c8
Fix a warning at application start-up.

When the main window is constructed, this warning was always issued:

  QLayout: Attempting to add QLayout "" to FindDialog "", which already
  has a layout

The reason was that both layout objects of the find dialog used the QDialog
object as parent. This is not necessary. Remove them.
kdbg/winstack.cpp