This commit is contained in:
Luis Ángel San Martín
2013-10-23 10:26:13 +02:00
parent 51ffe5eacd
commit eaaf370930
15 changed files with 43 additions and 43 deletions

View File

@ -9,7 +9,7 @@
#include <QDesktopServices>
#include <QHeaderView>
#include "scrapper_tableview.h"
#include "scraper_tableview.h"
#include <QtScript>
@ -65,7 +65,7 @@ SelectVolume::SelectVolume(QWidget *parent)
//iScroll->setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOn);
//iScroll->show();
tableVolumes = new ScrapperTableView();
tableVolumes = new ScraperTableView();
//connections
connect(tableVolumes,SIGNAL(clicked(QModelIndex)),this,SLOT(loadVolumeInfo(QModelIndex)));