forked from qt-creator/qt-creator
ProjectExplorer: Add executable() accessor to RunConfiguration
Amends f6c276daf0, which was a quick fix for 4.9.
Change-Id: I94281af6a9a0d0bfe197ce836488f708d5bd677d
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -47,7 +47,7 @@ private:
|
||||
void updateEnabledState() final;
|
||||
|
||||
QString mainScript() const;
|
||||
QString executable() const;
|
||||
QString theExecutable() const;
|
||||
QString commandLineArguments() const;
|
||||
|
||||
ProjectExplorer::BaseStringAspect *m_qmlViewerAspect;
|
||||
|
||||
Reference in New Issue
Block a user