0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-11-25 00:18:06 +03:00

Fix typo. s/brin/bring.

This commit is contained in:
Mateusz Skowroński
2018-12-23 09:41:24 +01:00
parent 1b228a80df
commit 0d1db25d89
5 changed files with 8 additions and 8 deletions

View File

@@ -555,7 +555,7 @@ void ReportDesignWidget::cut()
activePage()->cut();
}
void ReportDesignWidget::brinToFront()
void ReportDesignWidget::bringToFront()
{
if (activePage())
activePage()->bringToFront();