diff options
author | Greg Frost <gregfrost1@bigpond.com> | 2009-08-01 23:56:22 (GMT) |
---|---|---|
committer | Greg Frost <gregfrost1@bigpond.com> | 2009-08-01 23:56:22 (GMT) |
commit | 3f300e50406f82e3fde4f48dd7c14fa79cbcd99a (patch) | |
tree | bf1e47d23befa44bba74f5d47c109fe3dfbc069e /abs/core-testing/mythinstall/settemplate.h | |
parent | d5b30b14e06db375bcf5069f23f47213a65adeed (diff) | |
download | linhes_pkgbuild-3f300e50406f82e3fde4f48dd7c14fa79cbcd99a.zip linhes_pkgbuild-3f300e50406f82e3fde4f48dd7c14fa79cbcd99a.tar.gz linhes_pkgbuild-3f300e50406f82e3fde4f48dd7c14fa79cbcd99a.tar.bz2 |
LinHES-config mythinstall: add mythinstall with changes for tz autodetect
Diffstat (limited to 'abs/core-testing/mythinstall/settemplate.h')
-rwxr-xr-x | abs/core-testing/mythinstall/settemplate.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/abs/core-testing/mythinstall/settemplate.h b/abs/core-testing/mythinstall/settemplate.h new file mode 100755 index 0000000..a730cf5 --- /dev/null +++ b/abs/core-testing/mythinstall/settemplate.h @@ -0,0 +1,13 @@ +#include <settings.h> +#include "mythdialogs.h" + +class MythCtemplate: public ConfigurationWizard { +public: + MythCtemplate(); + +}; + +void choosetemplate(QString,QString,QString); +void savesettings(QString); +void restoresettings(QString); +void c_from(QString , QString="current" ); |