mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2121 Intersections: New context command text and remove includes
This commit is contained in:
parent
d5819eaad7
commit
ff9cd86491
@ -31,7 +31,6 @@
|
||||
#include "RiuViewer.h"
|
||||
|
||||
#include "cafCmdExecCommandManager.h"
|
||||
#include "cafDisplayCoordTransform.h"
|
||||
#include "cafSelectionManager.h"
|
||||
|
||||
#include "cvfAssert.h"
|
||||
@ -74,7 +73,7 @@ void RicNewPolylineIntersectionFeature::onActionTriggered(bool isChecked)
|
||||
void RicNewPolylineIntersectionFeature::setupActionLook(QAction* actionToSetup)
|
||||
{
|
||||
actionToSetup->setIcon(QIcon(":/CrossSection16x16.png"));
|
||||
actionToSetup->setText("New Polyline Intersection");
|
||||
actionToSetup->setText("Polyline Intersection");
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
@ -24,10 +24,6 @@
|
||||
#include "cafCmdExecuteCommand.h"
|
||||
#include "cafPdmPointer.h"
|
||||
|
||||
#include "cvfBase.h"
|
||||
#include "cvfObject.h"
|
||||
#include "cvfVector3.h"
|
||||
|
||||
class RimIntersectionCollection;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user