refactor: ChannelView (#4926)

Co-authored-by: nerix <nerixdev@outlook.de>
This commit is contained in:
pajlada
2023-10-31 14:54:14 +01:00
committed by GitHub
parent 25c776cfff
commit 7efe58cca9
6 changed files with 386 additions and 346 deletions
+5 -1
View File
@@ -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);
/**