mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-20 12:24:24 -04:00
History Browser:
- Fixed crash on delete history items - Threaded load of messages git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3599 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
9c562a97d4
commit
49320c2ed9
6 changed files with 153 additions and 21 deletions
|
@ -35,7 +35,7 @@ class IMHistoryItemPainter
|
|||
public:
|
||||
enum EditMode { /*Editable,*/ ReadOnly };
|
||||
|
||||
IMHistoryItemPainter(QString text = "");
|
||||
IMHistoryItemPainter(const QString &text = "");
|
||||
|
||||
void paint(QPainter *painter, const QStyleOptionViewItem &option, EditMode mode) const;
|
||||
QSize sizeHint() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue