forked from qt-creator/qt-creator
OverviewComboBox: coding style
Change-Id: I69a68419c54ee6d366bca98f47d3ca2e9353766d Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -116,7 +116,8 @@ public:
|
|||||||
class OverviewCombo : public QComboBox
|
class OverviewCombo : public QComboBox
|
||||||
{
|
{
|
||||||
public:
|
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)
|
bool eventFilter(QObject* object, QEvent* event)
|
||||||
|
|||||||
Reference in New Issue
Block a user