summaryrefslogtreecommitdiffstats
path: root/abs/core/mythinstall/MythVantage-app/mythinstall/autocard.cpp
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2016-03-22 19:32:09 (GMT)
committerBritney Fransen <brfransen@gmail.com>2016-03-22 19:32:09 (GMT)
commit6de33c4a76f1aa43608a4f68318e648222fdefe8 (patch)
treef52671d263abc730df1d12415667cef90f64b90b /abs/core/mythinstall/MythVantage-app/mythinstall/autocard.cpp
parent4cc2306549593b5738e84772aa3a5db3e7801954 (diff)
downloadlinhes_pkgbuild-6de33c4a76f1aa43608a4f68318e648222fdefe8.zip
linhes_pkgbuild-6de33c4a76f1aa43608a4f68318e648222fdefe8.tar.gz
linhes_pkgbuild-6de33c4a76f1aa43608a4f68318e648222fdefe8.tar.bz2
mythinstall: update for mythtv 0.28 and QT5
Diffstat (limited to 'abs/core/mythinstall/MythVantage-app/mythinstall/autocard.cpp')
-rwxr-xr-xabs/core/mythinstall/MythVantage-app/mythinstall/autocard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/mythinstall/MythVantage-app/mythinstall/autocard.cpp b/abs/core/mythinstall/MythVantage-app/mythinstall/autocard.cpp
index cfd7fb3..7808eac 100755
--- a/abs/core/mythinstall/MythVantage-app/mythinstall/autocard.cpp
+++ b/abs/core/mythinstall/MythVantage-app/mythinstall/autocard.cpp
@@ -17,7 +17,7 @@ void AutoCard::popup_menu(void)
QString uniqid = name.section(' ', -1);
QString description = name.section('*',-3,-3);
description = description.section('.',1);
- description = description.stripWhiteSpace();
+ description = description.trimmed();
// //cout << uniqid << endl;
// //cout << "descriptn" << endl;
// //cout << description << endl;