Fix build.

This commit is contained in:
Eike Hein 2013-09-11 18:24:20 +02:00
parent 65037c2873
commit 21c0f9e6df

View File

@ -182,7 +182,7 @@ void WallpaperInterface::setAction(const QString &name, const QString &text, con
action = new QAction(text, this);
m_actions->addAction(name, action);
Q_ASSERT(!m_actions->actions().contains(name));
Q_ASSERT(!m_actions->action(name));
m_actions->addAction(name, action);
if (!m_actionSignals) {