forked from qt-creator/qt-creator
core: use a class derived from QList<int> instead of a QList<int> for Core::Context
A mostly mechanical change. Reviewed-By: con
This commit is contained in:
@@ -66,7 +66,7 @@ QString ResourceEditorFile::mimeType() const
|
||||
}
|
||||
|
||||
|
||||
ResourceEditorW::ResourceEditorW(const QList<int> &context,
|
||||
ResourceEditorW::ResourceEditorW(const Core::Context &context,
|
||||
ResourceEditorPlugin *plugin,
|
||||
QWidget *parent)
|
||||
: m_context(context),
|
||||
|
||||
Reference in New Issue
Block a user