1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

OP-37 GCS/MapPlugin filename renaming only

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@700 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
zedamota 2010-06-01 22:20:18 +00:00 committed by zedamota
parent 1f8bee643d
commit 0492641f31
6 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
include (../common.pri)
SOURCES += gmaps.cpp \
SOURCES += opmaps.cpp \
pureimagecache.cpp \
pureimage.cpp \
rawtile.cpp \
@ -15,7 +15,7 @@ SOURCES += gmaps.cpp \
point.cpp \
size.cpp \
kibertilecache.cpp
HEADERS += gmaps.h \
HEADERS += opmaps.h \
size.h \
maptype.h \
pureimagecache.h \

View File

@ -25,7 +25,7 @@
* with this program; if not, write to the Free Software Foundation, Inc.,
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "gmaps.h"
#include "opmaps.h"
namespace core {

View File

@ -1,6 +1,6 @@
#include <QApplication>
#include "gmaps.h"
#include "opmaps.h"
#include <QDebug>
#include "../core/pureimagecache.h"
#include "QPixmap"

View File

@ -49,7 +49,7 @@
#include "../internals/projections/platecarreeprojection.h"
#include "../internals/projections/platecarreeprojectionpergo.h"
#include "../core/geodecoderstatus.h"
#include "../core/gmaps.h"
#include "../core/opmaps.h"
#include <QSemaphore>
#include <QThread>
#include <QDateTime>

View File

@ -1,6 +1,6 @@
#include <QApplication>
#include "gmaps.h"
#include "opmaps.h"
#include <QDebug>
#include "../core/pureimagecache.h"
#include "QPixmap"