fix a typo

This commit is contained in:
donovaly
2020-04-15 01:25:25 +02:00
committed by WandererFan
parent e68d1fd989
commit de614285c4
2 changed files with 6 additions and 6 deletions

View File

@@ -40,7 +40,7 @@
#include "MDIViewPage.h"
#include "DlgPrefsTechDrawGeneralImp.h"
#include "DlgPrefsTechDrawscaleImp.h"
#include "DlgPrefsTechDrawScaleImp.h"
#include "DlgPrefsTechDrawAnnotationImp.h"
#include "DlgPrefsTechDrawDimensionsImp.h"
#include "DlgPrefsTechDrawColorsImp.h"

View File

@@ -45,7 +45,7 @@ set(TechDrawGui_MOC_HDRS
QGIViewBalloon.h
TaskProjGroup.h
DlgPrefsTechDrawGeneralImp.h
DlgPrefsTechDrawscaleImp.h
DlgPrefsTechDrawScaleImp.h
DlgPrefsTechDrawAnnotationImp.h
DlgPrefsTechDrawDimensionsImp.h
DlgPrefsTechDrawColorsImp.h
@@ -87,7 +87,7 @@ endif()
set(TechDrawGui_UIC_SRCS
DlgPrefsTechDrawGeneral.ui
DlgPrefsTechDrawscale.ui
DlgPrefsTechDrawScale.ui
DlgPrefsTechDrawAnnotation.ui
DlgPrefsTechDrawDimensions.ui
DlgPrefsTechDrawColors.ui
@@ -152,9 +152,9 @@ SET(TechDrawGui_SRCS
DlgPrefsTechDrawGeneral.ui
DlgPrefsTechDrawGeneralImp.cpp
DlgPrefsTechDrawGeneralImp.h
DlgPrefsTechDrawscale.ui
DlgPrefsTechDrawscaleImp.cpp
DlgPrefsTechDrawscaleImp.h
DlgPrefsTechDrawScale.ui
DlgPrefsTechDrawScaleImp.cpp
DlgPrefsTechDrawScaleImp.h
DlgPrefsTechDrawAnnotation.ui
DlgPrefsTechDrawAnnotationImp.cpp
DlgPrefsTechDrawAnnotationImp.h