forked from qt-creator/qt-creator
UI files: Do not polute the global Ui namespace
Make sure all ui-files are in the plugin's internal namespace. Change-Id: Ifb2c3093441e8feb89e46f52fbb386fc316cfd13 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -169,7 +169,7 @@ QDebug operator<<(QDebug d, const NickNameEntry &e)
|
||||
|
||||
NickNameDialog::NickNameDialog(QStandardItemModel *model, QWidget *parent) :
|
||||
QDialog(parent),
|
||||
m_ui(new Ui::NickNameDialog),
|
||||
m_ui(new Internal::Ui::NickNameDialog),
|
||||
m_model(model),
|
||||
m_filterModel(new QSortFilterProxyModel(this))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user