mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2024-12-29 03:19:44 +00:00
filenames
This commit is contained in:
parent
3264b5974e
commit
454b64974d
@ -4,8 +4,8 @@ set(LAUNCHER
|
||||
main.cpp
|
||||
maindialog.cpp
|
||||
playpage.cpp
|
||||
unshield_thread.cpp
|
||||
text_slot_msg_box.cpp
|
||||
unshieldthread.cpp
|
||||
textslotmsgbox.cpp
|
||||
|
||||
settings/gamesettings.cpp
|
||||
settings/graphicssettings.cpp
|
||||
@ -22,8 +22,8 @@ set(LAUNCHER_HEADER
|
||||
graphicspage.hpp
|
||||
maindialog.hpp
|
||||
playpage.hpp
|
||||
unshield_thread.hpp
|
||||
text_slot_msg_box.hpp
|
||||
unshieldthread.hpp
|
||||
textslotmsgbox.hpp
|
||||
|
||||
settings/gamesettings.hpp
|
||||
settings/graphicssettings.hpp
|
||||
@ -41,8 +41,8 @@ set(LAUNCHER_HEADER_MOC
|
||||
graphicspage.hpp
|
||||
maindialog.hpp
|
||||
playpage.hpp
|
||||
unshield_thread.hpp
|
||||
text_slot_msg_box.hpp
|
||||
unshieldthread.hpp
|
||||
textslotmsgbox.hpp
|
||||
|
||||
utils/checkablemessagebox.hpp
|
||||
utils/textinputdialog.hpp
|
||||
|
@ -11,8 +11,8 @@
|
||||
|
||||
#include <QDebug>
|
||||
|
||||
#include "unshield_thread.hpp"
|
||||
#include "text_slot_msg_box.hpp"
|
||||
#include "unshieldthread.hpp"
|
||||
#include "textslotmsgbox.hpp"
|
||||
|
||||
#include "utils/checkablemessagebox.hpp"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "text_slot_msg_box.hpp"
|
||||
#include "textslotmsgbox.hpp"
|
||||
|
||||
void TextSlotMsgBox::setTextSlot(const QString& string)
|
||||
{
|
@ -1,4 +1,4 @@
|
||||
#include "unshield_thread.hpp"
|
||||
#include "unshieldthread.hpp"
|
||||
|
||||
#include <fstream>
|
||||
#include <components/misc/stringops.hpp>
|
Loading…
Reference in New Issue
Block a user