mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
gui/scan.cpp: add delivery type member, use it to find scanned type
This commit is contained in:
@@ -80,9 +80,11 @@ class CScanTs : public CMenuTarget
|
||||
void testFunc();
|
||||
void prev_next_TP(bool);
|
||||
TP_params TP;
|
||||
int deltype;
|
||||
char * pname;
|
||||
|
||||
public:
|
||||
CScanTs();
|
||||
CScanTs(int dtype = FE_QPSK);
|
||||
void hide();
|
||||
int exec(CMenuTarget* parent, const std::string & actionKey);
|
||||
};
|
||||
|
Reference in New Issue
Block a user