Merge pull request #19411 from benj5378/enums2
TechDraw: hard type enums, part 2
This commit is contained in:
@@ -41,6 +41,7 @@ class Color;
|
||||
|
||||
namespace TechDraw
|
||||
{
|
||||
enum class ArrowType : int;
|
||||
|
||||
//getters for parameters used in multiple places.
|
||||
class TechDrawExport Preferences
|
||||
@@ -70,7 +71,7 @@ public:
|
||||
static double groupSpaceX();
|
||||
static double groupSpaceY();
|
||||
|
||||
static int balloonArrow();
|
||||
static ArrowType balloonArrow();
|
||||
static double balloonKinkLength();
|
||||
static int balloonShape();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user