OverviewComboBox: coding style

Change-Id: I69a68419c54ee6d366bca98f47d3ca2e9353766d
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Daniel Teske
2014-04-24 12:31:37 +02:00
parent ff7cf1534b
commit 502acf0723

View File

@@ -116,7 +116,8 @@ public:
class OverviewCombo : public QComboBox
{
public:
OverviewCombo(QWidget *parent = 0) : QComboBox(parent), m_skipNextHide(false)
OverviewCombo(QWidget *parent = 0)
: QComboBox(parent), m_skipNextHide(false)
{}
bool eventFilter(QObject* object, QEvent* event)