summaryrefslogtreecommitdiffstats
path: root/abs/core/mythinstall/MythVantage-app/mythinstall/settemplate.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/settemplate.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/settemplate.cpp')
-rwxr-xr-xabs/core/mythinstall/MythVantage-app/mythinstall/settemplate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/mythinstall/MythVantage-app/mythinstall/settemplate.cpp b/abs/core/mythinstall/MythVantage-app/mythinstall/settemplate.cpp
index f7f9963..8d9e671 100755
--- a/abs/core/mythinstall/MythVantage-app/mythinstall/settemplate.cpp
+++ b/abs/core/mythinstall/MythVantage-app/mythinstall/settemplate.cpp
@@ -32,7 +32,7 @@ void restart_frontend ()
cmdtxt=MV_ROOT ;
cmdtxt.append("bin/systemconfig.sh reloadfe" );
//cout << "Calling systemconfig.sh reloadfe" << endl;
- system(cmdtxt);
+ system(qPrintable(cmdtxt));
//system("/root/systemconfig.sh reloadfe" );
}