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:
@@ -82,7 +82,7 @@ public:
|
||||
|
||||
// Adds and removes additional active contexts, these contexts are appended
|
||||
// to the currently active contexts.
|
||||
void updateAdditionalContexts(const QList<int> &remove, const QList<int> &add);
|
||||
void updateAdditionalContexts(const Context &remove, const Context &add);
|
||||
bool hasContext(int context) const;
|
||||
void addContextObject(IContext *context);
|
||||
void removeContextObject(IContext *context);
|
||||
|
||||
Reference in New Issue
Block a user