rename header files from *.h to *.hpp
This commit is contained in:
+56
-56
@@ -93,62 +93,62 @@ SOURCES += \
|
||||
src/widgets/accountpopup.cpp
|
||||
|
||||
HEADERS += \
|
||||
src/asyncexec.h \
|
||||
src/channel.h \
|
||||
src/colorscheme.h \
|
||||
src/concurrentmap.h \
|
||||
src/emojis.h \
|
||||
src/ircmanager.h \
|
||||
src/messages/lazyloadedimage.h \
|
||||
src/messages/link.h \
|
||||
src/messages/message.h \
|
||||
src/messages/word.h \
|
||||
src/messages/wordpart.h \
|
||||
src/resources.h \
|
||||
src/setting.h \
|
||||
src/twitch/emotevalue.h \
|
||||
src/widgets/chatwidget.h \
|
||||
src/widgets/chatwidgetheader.h \
|
||||
src/widgets/chatwidgetheaderbutton.h \
|
||||
src/widgets/chatwidgetinput.h \
|
||||
src/widgets/chatwidgetview.h \
|
||||
src/widgets/mainwindow.h \
|
||||
src/widgets/notebook.h \
|
||||
src/widgets/notebookbutton.h \
|
||||
src/widgets/notebookpage.h \
|
||||
src/widgets/notebookpagedroppreview.h \
|
||||
src/widgets/notebooktab.h \
|
||||
src/widgets/scrollbar.h \
|
||||
src/widgets/scrollbarhighlight.h \
|
||||
src/widgets/settingsdialog.h \
|
||||
src/widgets/settingsdialogtab.h \
|
||||
src/widgets/signallabel.h \
|
||||
src/widgets/textinputdialog.h \
|
||||
src/widgets/resizingtextedit.h \
|
||||
src/settingssnapshot.h \
|
||||
src/messages/limitedqueue.h \
|
||||
src/messages/limitedqueuesnapshot.h \
|
||||
src/messages/messageref.h \
|
||||
src/logging/loggingmanager.h \
|
||||
src/logging/loggingchannel.h \
|
||||
src/channelmanager.h \
|
||||
src/windowmanager.h \
|
||||
src/settingsmanager.h \
|
||||
src/fontmanager.h \
|
||||
src/emotemanager.h \
|
||||
src/util/urlfetch.h \
|
||||
src/messages/messageparseargs.h \
|
||||
src/messages/messagebuilder.h \
|
||||
src/twitch/twitchmessagebuilder.h \
|
||||
src/twitch/twitchparsemessage.h \
|
||||
src/widgets/fancybutton.h \
|
||||
src/widgets/titlebar.h \
|
||||
src/appdatapath.h \
|
||||
src/accountmanager.h \
|
||||
src/twitch/twitchuser.h \
|
||||
src/ircaccount.h \
|
||||
src/widgets/accountpopup.h \
|
||||
src/util/distancebetweenpoints.h
|
||||
src/asyncexec.hpp \
|
||||
src/channel.hpp \
|
||||
src/colorscheme.hpp \
|
||||
src/concurrentmap.hpp \
|
||||
src/emojis.hpp \
|
||||
src/ircmanager.hpp \
|
||||
src/messages/lazyloadedimage.hpp \
|
||||
src/messages/link.hpp \
|
||||
src/messages/message.hpp \
|
||||
src/messages/word.hpp \
|
||||
src/messages/wordpart.hpp \
|
||||
src/resources.hpp \
|
||||
src/setting.hpp \
|
||||
src/twitch/emotevalue.hpp \
|
||||
src/widgets/chatwidget.hpp \
|
||||
src/widgets/chatwidgetheader.hpp \
|
||||
src/widgets/chatwidgetheaderbutton.hpp \
|
||||
src/widgets/chatwidgetinput.hpp \
|
||||
src/widgets/chatwidgetview.hpp \
|
||||
src/widgets/mainwindow.hpp \
|
||||
src/widgets/notebook.hpp \
|
||||
src/widgets/notebookbutton.hpp \
|
||||
src/widgets/notebookpage.hpp \
|
||||
src/widgets/notebookpagedroppreview.hpp \
|
||||
src/widgets/notebooktab.hpp \
|
||||
src/widgets/scrollbar.hpp \
|
||||
src/widgets/scrollbarhighlight.hpp \
|
||||
src/widgets/settingsdialog.hpp \
|
||||
src/widgets/settingsdialogtab.hpp \
|
||||
src/widgets/signallabel.hpp \
|
||||
src/widgets/textinputdialog.hpp \
|
||||
src/widgets/resizingtextedit.hpp \
|
||||
src/settingssnapshot.hpp \
|
||||
src/messages/limitedqueue.hpp \
|
||||
src/messages/limitedqueuesnapshot.hpp \
|
||||
src/messages/messageref.hpp \
|
||||
src/logging/loggingmanager.hpp \
|
||||
src/logging/loggingchannel.hpp \
|
||||
src/channelmanager.hpp \
|
||||
src/windowmanager.hpp \
|
||||
src/settingsmanager.hpp \
|
||||
src/fontmanager.hpp \
|
||||
src/emotemanager.hpp \
|
||||
src/util/urlfetch.hpp \
|
||||
src/messages/messageparseargs.hpp \
|
||||
src/messages/messagebuilder.hpp \
|
||||
src/twitch/twitchmessagebuilder.hpp \
|
||||
src/twitch/twitchparsemessage.hpp \
|
||||
src/widgets/fancybutton.hpp \
|
||||
src/widgets/titlebar.hpp \
|
||||
src/appdatapath.hpp \
|
||||
src/accountmanager.hpp \
|
||||
src/twitch/twitchuser.hpp \
|
||||
src/ircaccount.hpp \
|
||||
src/widgets/accountpopup.hpp \
|
||||
src/util/distancebetweenpoints.hpp
|
||||
|
||||
PRECOMPILED_HEADER =
|
||||
|
||||
|
||||
Reference in New Issue
Block a user