Skip to content

Commit

Permalink
Failed to commit correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
RicBent committed Jul 1, 2016
1 parent 3702aa4 commit a1f8ec0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
14 changes: 2 additions & 12 deletions CoinKiller.pro
Expand Up @@ -43,12 +43,7 @@ SOURCES += main.cpp\
locationeditorwidget.cpp \
levelmanager.cpp \
patheditorwidget.cpp \
progresspatheditorwidget.cpp \
entranceeditorwidget.cpp \
locationeditorwidget.cpp \
patheditorwidget.cpp \
progresspatheditorwidget.cpp \
zoneeditorwidget.cpp
progresspatheditorwidget.cpp

HEADERS += mainwindow.h \
filesystembase.h \
Expand Down Expand Up @@ -80,15 +75,10 @@ HEADERS += mainwindow.h \
spriteeditorwidget.h \
areaeditorwidget.h \
zoneeditorwidget.h \
locationeditorwidget.h \
levelmanager.h \
patheditorwidget.h \
progresspatheditorwidget.h \
entranceeditorwidget.h \
locationeditorwidget.h \
patheditorwidget.h \
progresspatheditorwidget.h \
zoneeditorwidget.h
locationeditorwidget.h

FORMS += mainwindow.ui \
leveleditorwindow.ui \
Expand Down
2 changes: 1 addition & 1 deletion entranceeditorwidget.h
@@ -1,7 +1,7 @@
#ifndef ENTRANCEEDITOR_H
#define ENTRANCEEDITOR_H

#include "levelarea.h"
#include "objects.h"

#include <QWidget>
#include <QComboBox>
Expand Down
2 changes: 1 addition & 1 deletion zoneeditorwidget.h
@@ -1,7 +1,7 @@
#ifndef ZONEEDITORWIDGET_H
#define ZONEEDITORWIDGET_H

#include "levelarea.h"
#include "objects.h"

#include <QWidget>
#include <QListWidget>
Expand Down

0 comments on commit a1f8ec0

Please sign in to comment.