diff widgets/ListResultGeneralItemWidget.cpp @ 191:be6d31baecb9

compilation under linux - kunbuntu V7.10 (without video support)
author lbajardsilogic
date Wed, 28 Nov 2007 13:03:45 +0000
parents c26c73ca6d37
children
line wrap: on
line diff
--- a/widgets/ListResultGeneralItemWidget.cpp	Tue Nov 27 13:26:04 2007 +0000
+++ b/widgets/ListResultGeneralItemWidget.cpp	Wed Nov 28 13:03:45 2007 +0000
@@ -21,22 +21,22 @@
 #include <iostream>
 
 ListResultGeneralItemWidget::ListResultGeneralItemWidget(QWidget *parent):QWidget(parent){
-	vLayout1 = new QVBoxLayout(); 
-	vLayout2 = new QVBoxLayout(); 
-	hLayout1 = new QHBoxLayout(); 
-	hLayout2 = new QHBoxLayout(); 
-	hLayout3 = new QHBoxLayout(); 
-	m_waitingWidget = new WaitingWidget();
-
-	m_labelRank = new QLabel();
-	m_labelIcon = new QLabel();
-	m_labelTitleArtist = new QLabel();
-	label4 = new QLabel(""); // for the icons
-	label5 = new QLabel(""); // for the options
- 
-	m_buttonPrev = new QPushButton();
-	m_buttonSimilar = new QPushButton();
-
+	vLayout1 = new QVBoxLayout(); 
+	vLayout2 = new QVBoxLayout(); 
+	hLayout1 = new QHBoxLayout(); 
+	hLayout2 = new QHBoxLayout(); 
+	hLayout3 = new QHBoxLayout(); 
+	m_waitingWidget = new WaitingWidget();
+
+	m_labelRank = new QLabel();
+	m_labelIcon = new QLabel();
+	m_labelTitleArtist = new QLabel();
+	label4 = new QLabel(""); // for the icons
+	label5 = new QLabel(""); // for the options
+ 
+	m_buttonPrev = new QPushButton();
+	m_buttonSimilar = new QPushButton();
+
 	m_confidenceListWidget= new ConfidenceListWidget();
 	m_confidenceListWidget->setMaximumWidth(180);
 
@@ -163,6 +163,8 @@
 	connect(m_labelTitleArtist, SIGNAL(linkActivated(QString)), this, SIGNAL(linkActivated(QString)));
 
 }
+ListResultGeneralItemWidget::~ListResultGeneralItemWidget()
+{}
 
 void ListResultGeneralItemWidget::setTitleAndAuthorName(QString author,QString title, QString uri){
 	QString aux = title;