aboutsummaryrefslogtreecommitdiff
path: root/brushinghandler.cpp
diff options
context:
space:
mode:
authorSamuel Fadel <samuel@nihil.ws>2023-05-23 11:22:33 +0200
committerSamuel Fadel <samuel@nihil.ws>2023-05-23 11:22:33 +0200
commit0f34fd437efb936ef29ac91186321aa7251fbfb1 (patch)
tree271e994828f4bb19c35b2630f2705cb64b8d4552 /brushinghandler.cpp
parentbedf6936885694688ddb8bd3452f6bd68ef8d29c (diff)
Massive changes in initial port away from Qt.
Diffstat (limited to 'brushinghandler.cpp')
-rw-r--r--brushinghandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/brushinghandler.cpp b/brushinghandler.cpp
index 0a8b9aa..98bca20 100644
--- a/brushinghandler.cpp
+++ b/brushinghandler.cpp
@@ -13,5 +13,5 @@ void BrushingHandler::clearBrush()
void BrushingHandler::brushItem(int item)
{
m_brushedItem = item;
- emit itemBrushed(item);
+ itemBrushed(item);
}