refactoring layoutliterals
This commit is contained in:
parent
213863ae98
commit
63d5ac0158
|
@ -18,7 +18,7 @@ SOURCES += \
|
|||
$$PWD/vpuzzlemimedatapiece.cpp \
|
||||
$$PWD/vpuzzlepiece.cpp \
|
||||
$$PWD/vpuzzlesettings.cpp \
|
||||
$$PWD/xml/layoutliterals.cpp \
|
||||
$$PWD/xml/vplayoutliterals.cpp \
|
||||
$$PWD/xml/vpuzzlelayoutfilewriter.cpp \
|
||||
$$PWD/xml/vpuzzlelayoutfilereader.cpp \
|
||||
$$PWD/vpiececarrousellayer.cpp \
|
||||
|
@ -43,7 +43,7 @@ HEADERS += \
|
|||
$$PWD/vpuzzlemimedatapiece.h \
|
||||
$$PWD/vpuzzlepiece.h \
|
||||
$$PWD/vpuzzlesettings.h \
|
||||
$$PWD/xml/layoutliterals.h \
|
||||
$$PWD/xml/vplayoutliterals.h \
|
||||
$$PWD/xml/vpuzzlelayoutfilewriter.h \
|
||||
$$PWD/xml/vpuzzlelayoutfilereader.h \
|
||||
$$PWD/vpiececarrousellayer.h \
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
** along with Valentina. If not, see <http://www.gnu.org/licenses/>.
|
||||
**
|
||||
*************************************************************************/
|
||||
#include "layoutliterals.h"
|
||||
#include "vplayoutliterals.h"
|
||||
|
||||
namespace ML
|
||||
{
|
|
@ -25,8 +25,8 @@
|
|||
** along with Valentina. If not, see <http://www.gnu.org/licenses/>.
|
||||
**
|
||||
*************************************************************************/
|
||||
#ifndef LAYOUTLITERALS_H
|
||||
#define LAYOUTLITERALS_H
|
||||
#ifndef VPLAYOUTLITERALS_H
|
||||
#define VPLAYOUTLITERALS_H
|
||||
|
||||
#include <QString>
|
||||
|
||||
|
@ -69,4 +69,4 @@ extern const QString AttrShowSeamline;
|
|||
}
|
||||
|
||||
|
||||
#endif // LAYOUTLITERALS_H
|
||||
#endif // VPLAYOUTLITERALS_H
|
|
@ -29,7 +29,7 @@
|
|||
#include <QXmlStreamAttributes>
|
||||
#include "vpuzzlelayoutfilereader.h"
|
||||
#include "vpuzzlelayoutfilewriter.h"
|
||||
#include "layoutliterals.h"
|
||||
#include "vplayoutliterals.h"
|
||||
#include "../ifc/exception/vexception.h"
|
||||
#include "../ifc/exception/vexceptionconversionerror.h"
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include "vpuzzlelayout.h"
|
||||
#include "vpuzzlelayer.h"
|
||||
#include "vpuzzlepiece.h"
|
||||
#include "layoutliterals.h"
|
||||
#include "vplayoutliterals.h"
|
||||
#include "../ifc/xml/vlayoutconverter.h"
|
||||
|
||||
//---------------------------------------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue
Block a user