forked from qt-creator/qt-creator
Deprecate 'CurrentSession' in macros.
It's just 'Session' now. The old values will continue to work but not offered in the variable choosers. Change-Id: I7e7a62f04abfd895d21cc3c07c4f89056d90b596 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
@@ -81,7 +81,8 @@ public:
|
||||
const QString &description, const IntFunction &value);
|
||||
|
||||
void registerFileVariables(const QByteArray &prefix,
|
||||
const QString &heading, const StringFunction &value);
|
||||
const QString &heading, const StringFunction &value,
|
||||
bool visibleInChooser = true);
|
||||
|
||||
void registerExtraResolver(const ResolverFunction &value);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user