Skip to content

Commit

Permalink
Coding style cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rainemak committed Jun 12, 2018
1 parent 64f0a31 commit 28451ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion declarative/declarativecontentaction.cpp
Expand Up @@ -28,7 +28,8 @@
#include <QtCore/QDebug>

DeclarativeContentAction::DeclarativeContentAction(QObject *parent)
: QObject(parent), m_error(NoError)
: QObject(parent)
, m_error(NoError)
{
}

Expand Down

0 comments on commit 28451ac

Please sign in to comment.