mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-25 15:35:49 -04:00
fixed a few bugs in msg model and cleaned up dead code
This commit is contained in:
parent
258c544a75
commit
3419b44ec1
4 changed files with 72 additions and 627 deletions
|
@ -62,6 +62,7 @@ public:
|
|||
COLUMN_THREAD_TAGS = 0x06,
|
||||
COLUMN_THREAD_MSGID = 0x07,
|
||||
COLUMN_THREAD_NB_COLUMNS = 0x08,
|
||||
COLUMN_THREAD_CONTENT = 0x08,
|
||||
};
|
||||
|
||||
enum QuickViewFilter {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue