Skip to content

Commit

Permalink
Remove plugin wording
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 25, 2020
1 parent b6a4412 commit 2fbb4db
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/app/CMakeLists.txt
Expand Up @@ -239,7 +239,7 @@ IF (WITH_GEOREFERENCER)
georeferencer/qgsgeorefdatapoint.cpp
georeferencer/qgsgeorefdelegates.cpp
georeferencer/qgsgeorefdescriptiondialog.cpp
georeferencer/qgsgeorefplugingui.cpp
georeferencer/qgsgeorefmainwindow.cpp
georeferencer/qgsgeoreftooladdpoint.cpp
georeferencer/qgsgeoreftooldeletepoint.cpp
georeferencer/qgsgeoreftoolmovepoint.cpp
Expand Down
@@ -1,5 +1,5 @@
/***************************************************************************
QgsGeorefPluginGui.cpp
qgsgeorefmainwindow.cpp
--------------------------------------
Date : Sun Sep 16 12:03:52 AKDT 2007
Copyright : (C) 2007 by Gary E. Sherman
Expand Down Expand Up @@ -66,7 +66,7 @@
#include "qgsresidualplotitem.h"
#include "qgstransformsettingsdialog.h"

#include "qgsgeorefplugingui.h"
#include "qgsgeorefmainwindow.h"
#include "qgsmessagebar.h"

QgsGeorefDockWidget::QgsGeorefDockWidget( const QString &title, QWidget *parent, Qt::WindowFlags flags )
Expand Down
Expand Up @@ -2,16 +2,14 @@
* Copyright (C) 2003 by Tim Sutton *
* tim@linfiniti.com *
* *
* This is a plugin generated from the QGIS plugin template *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
***************************************************************************/

#ifndef QGSGEOREFPLUGINGUI_H
#define QGSGEOREFPLUGINGUI_H
#ifndef QGSGEOREFMAINWINDOW_H
#define QGSGEOREFMAINWINDOW_H

#include "ui_qgsgeorefpluginguibase.h"
#include "qgsgeoreftransform.h"
Expand Down
2 changes: 1 addition & 1 deletion src/app/georeferencer/qgstransformsettingsdialog.h
Expand Up @@ -18,7 +18,7 @@

#include <QDialog>

#include "qgsgeorefplugingui.h"
#include "qgsgeorefmainwindow.h"

#include "ui_qgstransformsettingsdialogbase.h"

Expand Down
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -118,7 +118,7 @@
#endif

#ifdef HAVE_GEOREFERENCER
#include "georeferencer/qgsgeorefplugingui.h"
#include "georeferencer/qgsgeorefmainwindow.h"
#endif

#include "qgsgui.h"
Expand Down

0 comments on commit 2fbb4db

Please sign in to comment.