Fix build problem.

This commit is contained in:
Martin Rotter 2016-01-13 10:06:00 +01:00
parent 350a18c2f5
commit 30b8e7d176

View File

@ -86,7 +86,7 @@ class Notification : public QWidget {
int m_widgetMargin;
int m_timerId;
const QObject *m_clickTarget;
QObject *m_clickTarget;
const char *m_clickSlot;
#if defined(Q_OS_LINUX)