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