|
qTox
Version: nightly | Commit: bc751c8e1cac455f9690654fcfe0f560d2d7dfdd
|
#include "message.h"#include "src/core/core.h"#include "src/core/toxfile.h"#include "src/core/toxpk.h"#include "src/friendlist.h"#include "src/grouplist.h"#include "src/model/chatlogitem.h"#include "src/model/friend.h"#include "src/model/group.h"#include "src/model/systemmessage.h"#include "src/widget/searchtypes.h"#include "util/strongtype.h"#include <cassert>

Go to the source code of this file.
Classes | |
| struct | SearchPos |
| struct | SearchResult |
| class | IChatLog |
| struct | IChatLog::DateChatLogIdxPair |
Typedefs | |
| using | ChatLogIdx = NamedType< size_t, struct ChatLogIdxTag, Orderable, UnderlyingAddable, UnitlessDifferencable, Incrementable > |
| using ChatLogIdx = NamedType<size_t, struct ChatLogIdxTag, Orderable, UnderlyingAddable, UnitlessDifferencable, Incrementable> |
Definition at line 38 of file ichatlog.h.
1.8.17