diff options
Diffstat (limited to 'src/modules/notifier/NotifierMessage.h')
| -rw-r--r-- | src/modules/notifier/NotifierMessage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/notifier/NotifierMessage.h b/src/modules/notifier/NotifierMessage.h index 02c72078a..60c0d76b4 100644 --- a/src/modules/notifier/NotifierMessage.h +++ b/src/modules/notifier/NotifierMessage.h @@ -75,12 +75,12 @@ public: * \brief Returns the original irc message * \return const QString & */ - inline const QString & text() const { return m_szText; } + const QString & text() const { return m_szText; } /** * \brief Returns the message icon * \return QPixmap * */ - inline QPixmap * pixmap() const { return m_pPixmap; } + QPixmap * pixmap() const { return m_pPixmap; } /** * \brief Updates the aspect of this message * \return void |
