forked from qt-creator/qt-creator
nuke dead expandVariableReferences() overload prototype
Change-Id: I0c6fceac0b984e4613932b8507a632dd83d0e79b Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> (cherry picked from qtbase/d0055e9fd7825f9033b26f9aa421e218e44dadde) Reviewed-by: Jake Petroules <jake.petroules@qt.io>
This commit is contained in:
@@ -173,7 +173,6 @@ public:
|
|||||||
void setTemplate();
|
void setTemplate();
|
||||||
|
|
||||||
ProStringList split_value_list(const QString &vals, const ProFile *source = 0);
|
ProStringList split_value_list(const QString &vals, const ProFile *source = 0);
|
||||||
ProStringList expandVariableReferences(const ProString &value, int *pos = 0, bool joined = false);
|
|
||||||
ProStringList expandVariableReferences(const ushort *&tokPtr, int sizeHint = 0, bool joined = false);
|
ProStringList expandVariableReferences(const ushort *&tokPtr, int sizeHint = 0, bool joined = false);
|
||||||
|
|
||||||
QString currentFileName() const;
|
QString currentFileName() const;
|
||||||
|
Reference in New Issue
Block a user