mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-17 05:40:31 +02:00
Uncrustified Files
This commit is contained in:
@@ -32,8 +32,8 @@ void UpdateGui();
|
|||||||
|
|
||||||
protected:
|
protected:
|
||||||
/*!
|
/*!
|
||||||
* \brief The closeEvent function handles closing events
|
* \brief The closeEvent function handles closing events
|
||||||
*/
|
*/
|
||||||
void closeEvent(QCloseEvent*event) override;
|
void closeEvent(QCloseEvent*event) override;
|
||||||
|
|
||||||
private slots:
|
private slots:
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
IntelliToolsettings::IntelliToolsettings()
|
IntelliToolsettings::IntelliToolsettings()
|
||||||
{
|
{
|
||||||
lineWidth = 1;
|
lineWidth = 1;
|
||||||
innerAlpha = 255;
|
innerAlpha = 255;
|
||||||
}
|
}
|
||||||
|
|
||||||
IntelliToolsettings::~IntelliToolsettings(){
|
IntelliToolsettings::~IntelliToolsettings(){
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ void IntelliToolLine::onMouseMoved(int x, int y){
|
|||||||
if(this->isDrawing) {
|
if(this->isDrawing) {
|
||||||
this->Canvas->image->drawPlain(Qt::transparent);
|
this->Canvas->image->drawPlain(Qt::transparent);
|
||||||
QPoint next(x,y);
|
QPoint next(x,y);
|
||||||
this->Canvas->image->drawLine(lineStartingPoint,next,colorPicker->getFirstColor(),Toolsettings->getLineWidth());
|
this->Canvas->image->drawLine(lineStartingPoint,next,colorPicker->getFirstColor(),Toolsettings->getLineWidth());
|
||||||
}
|
}
|
||||||
IntelliTool::onMouseMoved(x,y);
|
IntelliTool::onMouseMoved(x,y);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user