added spicy new segfaults

This commit is contained in:
fourtf
2017-01-11 01:08:20 +01:00
parent a8c2b1151f
commit 580a411e9d
22 changed files with 472 additions and 111 deletions
+6 -4
View File
@@ -56,7 +56,8 @@ SOURCES += main.cpp\
link.cpp \
fonts.cpp \
appsettings.cpp \
emojis.cpp
emojis.cpp \
wordpart.cpp
HEADERS += mainwindow.h \
chatwidget.h \
@@ -87,11 +88,12 @@ HEADERS += mainwindow.h \
word.h \
link.h \
fonts.h \
common.h \
appsettings.h \
emojis.h
emojis.h \
wordpart.h \
common.h
PRECOMPILED_HEADER = common.h
PRECOMPILED_HEADER =
FORMS += \
dialog.ui