This commit is contained in:
2017-10-19 19:37:15 +02:00
parent 738c420157
commit 9aa9b29c6b
4 changed files with 76 additions and 38 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ void cMovieSearch::on_m_lpSearchButton_clicked()
lpDialog->show();
cTheMovieDBV3 theMovieDBV3;
QList<cMovie*> movieList = theMovieDBV3.search(ui->m_lpSearch->text());
QList<cMovie*> movieList = theMovieDBV3.search(ui->m_lpSearch->text(), -1, "de");
ui->m_lpResults->clear();