mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-13 03:40:31 +02:00
Automated Release Preparation
This commit is contained in:
@@ -11,7 +11,7 @@ IntelliToolsettings::~IntelliToolsettings(){
|
||||
|
||||
}
|
||||
|
||||
int IntelliToolsettings::getLineWidth() const{
|
||||
int IntelliToolsettings::getLineWidth() const {
|
||||
return lineWidth;
|
||||
}
|
||||
|
||||
@@ -25,7 +25,7 @@ void IntelliToolsettings::setLineWidth(int LineWidth){
|
||||
lineWidth = LineWidth;
|
||||
}
|
||||
|
||||
int IntelliToolsettings::getInnerAlpha() const{
|
||||
int IntelliToolsettings::getInnerAlpha() const {
|
||||
return this->innerAlpha;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user