gui/scan_setup.cpp: use CServiceScan::SCAN flags enum

Origin commit data
------------------
Branch: ni/coolstream
Commit: 2b5fb9ed6c
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-04-02 (Mon, 02 Apr 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2012-04-02 14:36:15 +04:00
parent e3bcc25ae1
commit 3f0f3b2aeb

View File

@@ -56,7 +56,7 @@
#include <zapit/femanager.h> #include <zapit/femanager.h>
#include <zapit/getservices.h> #include <zapit/getservices.h>
#include <zapit/satconfig.h> #include <zapit/satconfig.h>
#include <zapit/fastscan.h> #include <zapit/scan.h>
#include <zapit/zapit.h> #include <zapit/zapit.h>
#include <zapit/debug.h> #include <zapit/debug.h>
#include <set> #include <set>
@@ -84,10 +84,10 @@ const CMenuOptionChooser::keyval SCANTS_BOUQUET_OPTIONS[SCANTS_BOUQUET_OPTION_CO
#define SCANTS_ZAPIT_SCANTYPE_COUNT 4 #define SCANTS_ZAPIT_SCANTYPE_COUNT 4
const CMenuOptionChooser::keyval SCANTS_ZAPIT_SCANTYPE[SCANTS_ZAPIT_SCANTYPE_COUNT] = const CMenuOptionChooser::keyval SCANTS_ZAPIT_SCANTYPE[SCANTS_ZAPIT_SCANTYPE_COUNT] =
{ {
{ CZapitClient::ST_TVRADIO , LOCALE_ZAPIT_SCANTYPE_TVRADIO }, { CServiceScan::SCAN_TVRADIO , LOCALE_ZAPIT_SCANTYPE_TVRADIO },
{ CZapitClient::ST_TV , LOCALE_ZAPIT_SCANTYPE_TV }, { CServiceScan::SCAN_TV , LOCALE_ZAPIT_SCANTYPE_TV },
{ CZapitClient::ST_RADIO , LOCALE_ZAPIT_SCANTYPE_RADIO }, { CServiceScan::SCAN_RADIO , LOCALE_ZAPIT_SCANTYPE_RADIO },
{ CZapitClient::ST_ALL , LOCALE_ZAPIT_SCANTYPE_ALL } { CServiceScan::SCAN_ALL , LOCALE_ZAPIT_SCANTYPE_ALL }
}; };
#define SATSETUP_DISEQC_OPTION_COUNT 6 #define SATSETUP_DISEQC_OPTION_COUNT 6