mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 02:11:04 +02:00
use CListHelpers to remove duplicated code
CListHelpers::UpDownKey() allows to remove duplicated
code from channellist, bouquetlist and bouqueteditor.
Origin commit data
------------------
Branch: ni/coolstream
Commit: aec658ce2f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-16 (Sat, 16 Jan 2016)
------------------
This commit was generated by Migit
This commit is contained in:
committed by
vanhofen
parent
283dc31b6f
commit
c5e2efd0e1
@@ -35,6 +35,7 @@
|
||||
|
||||
#include <driver/framebuffer.h>
|
||||
#include <gui/widget/menue.h>
|
||||
#include <gui/widget/listhelpers.h>
|
||||
#include <gui/components/cc.h>
|
||||
#include <system/lastchannel.h>
|
||||
|
||||
@@ -63,7 +64,7 @@ enum {
|
||||
|
||||
class CBouquet;
|
||||
|
||||
class CChannelList
|
||||
class CChannelList : public CListHelpers
|
||||
{
|
||||
private:
|
||||
enum state_
|
||||
|
Reference in New Issue
Block a user