refactor: ChannelView (#4926)
Co-authored-by: nerix <nerixdev@outlook.de>
This commit is contained in:
@@ -60,7 +60,11 @@ public:
|
||||
void deleteBuffer();
|
||||
void deleteCache();
|
||||
|
||||
// Elements
|
||||
/**
|
||||
* Returns a raw pointer to the element at the given point
|
||||
*
|
||||
* If no element is found at the given point, this returns a null pointer
|
||||
*/
|
||||
const MessageLayoutElement *getElementAt(QPoint point);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user