|
|
|
@ -39,35 +39,35 @@
@@ -39,35 +39,35 @@
|
|
|
|
|
#include <cassert> |
|
|
|
|
#include "chatform.h" |
|
|
|
|
|
|
|
|
|
#include"audio/audio.h" |
|
|
|
|
#include"chatlog/chatlinecontentproxy.h" |
|
|
|
|
#include"chatlog/chatlog.h" |
|
|
|
|
#include"chatlog/chatmessage.h" |
|
|
|
|
#include"chatlog/content/filetransferwidget.h" |
|
|
|
|
#include"chatlog/content/text.h" |
|
|
|
|
#include"core/core.h" |
|
|
|
|
#include"core/coreav.h" |
|
|
|
|
#include"core/cstring.h" |
|
|
|
|
#include"friend.h" |
|
|
|
|
#include"nexus.h" |
|
|
|
|
#include"nexus.h" |
|
|
|
|
#include"persistence/offlinemsgengine.h" |
|
|
|
|
#include"persistence/profile.h" |
|
|
|
|
#include"persistence/settings.h" |
|
|
|
|
#include"video/camerasource.h" |
|
|
|
|
#include"video/netcamview.h" |
|
|
|
|
#include"video/videosource.h" |
|
|
|
|
#include"widget/form/loadhistorydialog.h" |
|
|
|
|
#include"widget/friendwidget.h" |
|
|
|
|
#include"widget/maskablepixmapwidget.h" |
|
|
|
|
#include"widget/style.h" |
|
|
|
|
#include"widget/tool/callconfirmwidget.h" |
|
|
|
|
#include"widget/tool/chattextedit.h" |
|
|
|
|
#include"widget/tool/croppinglabel.h" |
|
|
|
|
#include"widget/tool/flyoutoverlaywidget.h" |
|
|
|
|
#include"widget/tool/screenshotgrabber.h" |
|
|
|
|
#include"widget/translator.h" |
|
|
|
|
#include"widget/widget.h" |
|
|
|
|
#include "audio/audio.h" |
|
|
|
|
#include "chatlog/chatlinecontentproxy.h" |
|
|
|
|
#include "chatlog/chatlog.h" |
|
|
|
|
#include "chatlog/chatmessage.h" |
|
|
|
|
#include "chatlog/content/filetransferwidget.h" |
|
|
|
|
#include "chatlog/content/text.h" |
|
|
|
|
#include "core/core.h" |
|
|
|
|
#include "core/coreav.h" |
|
|
|
|
#include "core/cstring.h" |
|
|
|
|
#include "friend.h" |
|
|
|
|
#include "nexus.h" |
|
|
|
|
#include "nexus.h" |
|
|
|
|
#include "persistence/offlinemsgengine.h" |
|
|
|
|
#include "persistence/profile.h" |
|
|
|
|
#include "persistence/settings.h" |
|
|
|
|
#include "video/camerasource.h" |
|
|
|
|
#include "video/netcamview.h" |
|
|
|
|
#include "video/videosource.h" |
|
|
|
|
#include "widget/form/loadhistorydialog.h" |
|
|
|
|
#include "widget/friendwidget.h" |
|
|
|
|
#include "widget/maskablepixmapwidget.h" |
|
|
|
|
#include "widget/style.h" |
|
|
|
|
#include "widget/tool/callconfirmwidget.h" |
|
|
|
|
#include "widget/tool/chattextedit.h" |
|
|
|
|
#include "widget/tool/croppinglabel.h" |
|
|
|
|
#include "widget/tool/flyoutoverlaywidget.h" |
|
|
|
|
#include "widget/tool/screenshotgrabber.h" |
|
|
|
|
#include "widget/translator.h" |
|
|
|
|
#include "widget/widget.h" |
|
|
|
|
|
|
|
|
|
const QString ChatForm::ACTION_PREFIX = QStringLiteral("/me "); |
|
|
|
|
|
|
|
|
|