added option to refresh only certain channels
This commit is contained in:
@@ -23,6 +23,12 @@ public:
|
||||
return m_view;
|
||||
}
|
||||
|
||||
Channel *
|
||||
channel() const
|
||||
{
|
||||
return m_channel;
|
||||
}
|
||||
|
||||
protected:
|
||||
void paintEvent(QPaintEvent *) Q_DECL_OVERRIDE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user