forked from qt-creator/qt-creator
Header cleanup in utils.
This commit is contained in:
@@ -122,6 +122,16 @@ public:
|
||||
explicit PathChooser_CW(QObject *parent = 0);
|
||||
};
|
||||
|
||||
class IconButton_CW :
|
||||
public QObject,
|
||||
public CustomWidget<Utils::IconButton>
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_INTERFACES(QDesignerCustomWidgetInterface)
|
||||
public:
|
||||
explicit IconButton_CW(QObject *parent = 0);
|
||||
};
|
||||
|
||||
class FancyLineEdit_CW :
|
||||
public QObject,
|
||||
public CustomWidget<Utils::FancyLineEdit>
|
||||
|
||||
Reference in New Issue
Block a user