forked from qt-creator/qt-creator
Utils/ProjectExplorer: Move re-usabled bits of aspects to Utils
Classes involved are BaseAspect and some derived classes, LayoutBuilder and VariableChooser. This is mostly mechanical, with various include/using changes to make it compile. Change-Id: I624a457f3555f102e541c4c71e33a9423af32250 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -195,7 +195,7 @@ using namespace Internal;
|
||||
|
||||
If the string that you want to parametrize is settable by the user, through a QLineEdit or
|
||||
QTextEdit derived class, you should add a variable chooser to your UI, which allows adding
|
||||
variables to the string by browsing through a list. See Core::VariableChooser for more
|
||||
variables to the string by browsing through a list. See Utils::VariableChooser for more
|
||||
details.
|
||||
|
||||
\section2 Expanding Strings
|
||||
|
||||
Reference in New Issue
Block a user