mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 02:41:21 +02:00
CCDraw: add signals into paintFbItems()
This commit is contained in:
@@ -26,7 +26,6 @@
|
||||
#define __CC_BASE__
|
||||
|
||||
#include "cc_types.h"
|
||||
#include "cc_signals.h"
|
||||
#include "cc_draw.h"
|
||||
|
||||
/// Basic component class.
|
||||
@@ -34,7 +33,7 @@
|
||||
Basic attributes and member functions for component sub classes
|
||||
*/
|
||||
|
||||
class CComponents : public CComponentsSignals, public CCDraw
|
||||
class CComponents : public CCDraw
|
||||
{
|
||||
protected:
|
||||
|
||||
|
Reference in New Issue
Block a user