Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Move qgsoptions.cpp to new app/options subdirectory
  • Loading branch information
nyalldawson committed Oct 5, 2020
1 parent 55c0f93 commit 483c4cd
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/app/CMakeLists.txt
Expand Up @@ -125,7 +125,6 @@ SET(QGIS_APP_SRCS
qgsmeasuredialog.cpp
qgsmeasuretool.cpp
qgsmergeattributesdialog.cpp
qgsoptions.cpp
qgspointmarkeritem.cpp
qgspointrotationitem.cpp
qgspluginmetadata.cpp
Expand Down Expand Up @@ -198,6 +197,8 @@ SET(QGIS_APP_SRCS
locator/qgsinbuiltlocatorfilters.cpp
locator/qgslocatoroptionswidget.cpp

options/qgsoptions.cpp

gps/qgsgpsbearingitem.cpp
gps/qgsgpsinformationwidget.cpp
gps/qgsgpsmarker.cpp
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -283,7 +283,7 @@ Q_GUI_EXPORT extern int qt_defaultDpiX();
#include "qgsnativealgorithms.h"
#include "qgsnewvectorlayerdialog.h"
#include "qgsnewmemorylayerdialog.h"
#include "qgsoptions.h"
#include "options/qgsoptions.h"
#include "qgspluginlayer.h"
#include "qgspluginlayerregistry.h"
#include "qgspluginmanager.h"
Expand Down
2 changes: 1 addition & 1 deletion src/app/qgsappscreenshots.cpp
Expand Up @@ -31,7 +31,7 @@
#include "qgsrendererpropertiesdialog.h"
#include "qgs25drendererwidget.h"
#include "qgsapplication.h"
#include "qgsoptions.h"
#include "options/qgsoptions.h"
#include "qgsguiutils.h"
#include "qgsvectorlayerjoininfo.h"
#include "qgsrasterlayer.h"
Expand Down

0 comments on commit 483c4cd

Please sign in to comment.