mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
CComponents: rename hide() to hideCC()
There are too many name conflicts with hide-members in other classes.
This commit is contained in:
@@ -132,7 +132,7 @@ CChannelList::~CChannelList()
|
||||
if (headerClock) {
|
||||
headerClock->Stop();
|
||||
if (headerClock->isPainted())
|
||||
headerClock->hide();
|
||||
headerClock->hideCC();
|
||||
if (headerClock->isClockRun())
|
||||
headerClock->stopThread();
|
||||
delete headerClock;
|
||||
|
Reference in New Issue
Block a user