QtSupport: Remove unused CustomExecutableRunConfiguration member

Change-Id: I9f5e7af3767d1a92c0e2104ca56bdb9d0b99f33b
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
hjk
2015-12-18 17:15:02 +01:00
parent 1cdbe5cde9
commit 64a8732060

View File

@@ -102,7 +102,6 @@ private:
QString m_executable;
QString m_workingDirectory;
ProjectExplorer::ApplicationLauncher::Mode m_runMode;
QWidget *m_dialog;
};