|
qTox
Version: nightly | Commit: bc751c8e1cac455f9690654fcfe0f560d2d7dfdd
|
#include "chatmessage.h"#include "chatlinecontentproxy.h"#include "textformatter.h"#include "content/filetransferwidget.h"#include "content/image.h"#include "content/notificationicon.h"#include "content/spinner.h"#include "content/text.h"#include "content/timestamp.h"#include "content/broken.h"#include "src/widget/style.h"#include "src/widget/tool/identicon.h"#include <QDebug>#include <QCryptographicHash>#include "src/persistence/settings.h"#include "src/persistence/smileypack.h"#include "src/persistence/history.h"
Go to the source code of this file.
Macros | |
| #define | NAME_COL_WIDTH 90.0 |
| #define | TIME_COL_WIDTH 90.0 |
| #define NAME_COL_WIDTH 90.0 |
Definition at line 40 of file chatmessage.cpp.
| #define TIME_COL_WIDTH 90.0 |
Definition at line 41 of file chatmessage.cpp.
1.8.17