Html entity handling improved. Fixed a bug in source that caused segmentation fault...
[jenirok] / src / gui / resultwindow.cpp
index 07349ff..5d04f03 100644 (file)
@@ -30,7 +30,7 @@
 #include "sourcecoreconfig.h"
 
 ResultWindow::ResultWindow(QWidget* parent): QMainWindow(parent),
-sourceId_(Source::SOURCE_NONE), source_(0), list_(0), connectionManager_(0)
+source_(0), list_(0), connectionManager_(0)
 {
     setAttribute(Qt::WA_Maemo5StackedWindow);
     setWindowTitle(tr("Search results"));