aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/notifier/NotifierWindowTab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/notifier/NotifierWindowTab.h')
-rw-r--r--src/modules/notifier/NotifierWindowTab.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/notifier/NotifierWindowTab.h b/src/modules/notifier/NotifierWindowTab.h
index dfc9714cf..550d3dd60 100644
--- a/src/modules/notifier/NotifierWindowTab.h
+++ b/src/modules/notifier/NotifierWindowTab.h
@@ -88,13 +88,13 @@ public:
* \brief Returns the name of the current window
* \return QString
*/
- inline QString label() const { return m_szLabel; }
+ QString label() const { return m_szLabel; }
/**
* \brief Returns the pointer of the current window
* \return KviWindow *
*/
- inline KviWindow * wnd() const { return m_pWnd; }
+ KviWindow * wnd() const { return m_pWnd; }
protected:
void mouseDoubleClickEvent(QMouseEvent * e) override;
void resizeEvent(QResizeEvent * e) override;