mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
files renaming
This commit is contained in:
parent
b68cc66ede
commit
9970fe293d
4
qtox.pro
4
qtox.pro
@ -102,7 +102,7 @@ HEADERS += widget/form/addfriendform.h \
|
||||
widget/friendlistwidget.h \
|
||||
widget/genericchatroomwidget.h \
|
||||
widget/form/genericchatform.h \
|
||||
widget/tool/genericchataction.h \
|
||||
widget/tool/chataction.h \
|
||||
widget/chatareawidget.h \
|
||||
filetransferinstance.h
|
||||
|
||||
@ -138,6 +138,6 @@ SOURCES += \
|
||||
coreav.cpp \
|
||||
widget/genericchatroomwidget.cpp \
|
||||
widget/form/genericchatform.cpp \
|
||||
widget/tool/genericchataction.cpp \
|
||||
widget/tool/chataction.cpp \
|
||||
widget/chatareawidget.cpp \
|
||||
filetransferinstance.cpp
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
#include "widget/chatareawidget.h"
|
||||
#include "widget/tool/chattextedit.h"
|
||||
#include "widget/tool/genericchataction.h"
|
||||
#include "widget/tool/chataction.h"
|
||||
|
||||
// Spacing in px inserted when the author of the last message changes
|
||||
#define AUTHOR_CHANGE_SPACING 5
|
||||
|
@ -14,7 +14,7 @@
|
||||
See the COPYING file for more details.
|
||||
*/
|
||||
|
||||
#include "genericchataction.h"
|
||||
#include "chataction.h"
|
||||
#include "smileypack.h"
|
||||
#include <QStringList>
|
||||
#include <QBuffer>
|
Loading…
x
Reference in New Issue
Block a user