mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-12 19:40:28 +02:00
Destructor
This commit is contained in:
@@ -4,6 +4,11 @@ IntelliToolsettings::IntelliToolsettings()
|
||||
{
|
||||
lineWidth = 1;
|
||||
innerAlpha = 255;
|
||||
Linestyle = LineStyle::SOLID_LINE;
|
||||
}
|
||||
|
||||
IntelliToolsettings::~IntelliToolsettings(){
|
||||
|
||||
}
|
||||
|
||||
int IntelliToolsettings::getLineWidth(){
|
||||
|
||||
@@ -11,6 +11,7 @@ public:
|
||||
DOTTED_LINE
|
||||
};
|
||||
IntelliToolsettings();
|
||||
virtual ~IntelliToolsettings();
|
||||
int getLineWidth();
|
||||
int getInnerAlpha();
|
||||
LineStyle getLinestyle();
|
||||
|
||||
Reference in New Issue
Block a user