forked from qt-creator/qt-creator
ProjectExplorer: Consider build environment
... in "Open Terminal Here" action in the build configuration. Change-Id: I0b1b15d4f1097cf48eb5a977f2ca5951b2f78377 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -148,6 +148,9 @@ public:
|
||||
using AboutToShowContextMenuHandler = std::function<void (PathChooser *, QMenu *)>;
|
||||
static void setAboutToShowContextMenuHandler(AboutToShowContextMenuHandler handler);
|
||||
|
||||
void setOpenTerminalHandler(const std::function<void()> &openTerminal);
|
||||
std::function<void()> openTerminalHandler() const;
|
||||
|
||||
// Deprecated. Use filePath().toString() or better suitable conversions.
|
||||
QString path() const { return filePath().toString(); }
|
||||
// Deprecated. Use filePath()
|
||||
|
||||
Reference in New Issue
Block a user