added option to refresh only certain channels

This commit is contained in:
fourtf
2017-01-16 15:06:12 +01:00
parent 1194905646
commit bacb183cdb
9 changed files with 47 additions and 16 deletions
+6
View File
@@ -23,6 +23,12 @@ public:
return m_view;
}
Channel *
channel() const
{
return m_channel;
}
protected:
void paintEvent(QPaintEvent *) Q_DECL_OVERRIDE;