1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2024-12-29 03:19:44 +00:00

filenames

This commit is contained in:
Tom Mason 2013-08-18 12:11:39 +01:00
parent 3264b5974e
commit 454b64974d
6 changed files with 10 additions and 10 deletions

View File

@ -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

View File

@ -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"

View File

@ -1,4 +1,4 @@
#include "text_slot_msg_box.hpp"
#include "textslotmsgbox.hpp"
void TextSlotMsgBox::setTextSlot(const QString& string)
{

View File

@ -1,4 +1,4 @@
#include "unshield_thread.hpp"
#include "unshieldthread.hpp"
#include <fstream>
#include <components/misc/stringops.hpp>