From 7de8aed0e6497b4d60c07047fee488690cb2bf00 Mon Sep 17 00:00:00 2001 From: IceN9ne Date: Tue, 27 Nov 2018 21:38:17 -0500 Subject: Remove unnecessary usages of the inline keyword per language evolution. --- src/modules/notifier/NotifierWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/notifier/NotifierWindow.cpp') diff --git a/src/modules/notifier/NotifierWindow.cpp b/src/modules/notifier/NotifierWindow.cpp index 8158b5063..956383176 100644 --- a/src/modules/notifier/NotifierWindow.cpp +++ b/src/modules/notifier/NotifierWindow.cpp @@ -864,7 +864,7 @@ void NotifierWindow::resize(QPoint, bool) setGeometry(m_wndRect); } -inline void NotifierWindow::setCursor(int iCur) +void NotifierWindow::setCursor(int iCur) { if(m_cursor.shape() != iCur) { -- cgit v1.3.1-10-gc9f91