Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f12aa704 authored by Roman Zippel's avatar Roman Zippel Committed by Linus Torvalds
Browse files

[PATCH] qconf: fix uninitialsied member



Fixes a segfault reported by Randy.

Cc: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarRoman Zippel <zippel@linux-m68k.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 82189b98
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1259,6 +1259,7 @@ void ConfigSearchWindow::search(void)
 * Construct the complete config widget
 */
ConfigMainWindow::ConfigMainWindow(void)
	: searchWindow(0)
{
	QMenuBar* menu;
	bool ok;