Skip to content

Commit c19bf98

Browse files
committed
Whoops... Fixed typo
1 parent d84bc8b commit c19bf98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

toolboxpanel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ void ToolBoxPanel::changeEvent(QEvent* event)
100100
#if QT_VERSION_MAJOR > 5
101101
void ToolBoxPanel::enterEvent(QEnterEvent* event)
102102
#else
103-
void ToolToolBoxPanel::enterEvent(QEvent* event)
103+
void ToolBoxPanel::enterEvent(QEvent* event)
104104
#endif
105105
{
106106
if (!project.statusbar)

0 commit comments

Comments
 (0)