forked from qt-creator/qt-creator
AutoTest: Small refactoring
Rename function and parameter to better reflect what it is and remove code that has been superseded some time ago. Change-Id: Id7af2e916217b4da6c96f75bbe036fdc4b8d9ddc Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -108,7 +108,7 @@ class RunConfigurationSelectionDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit RunConfigurationSelectionDialog(const QString &testsInfo, QWidget *parent = nullptr);
|
||||
explicit RunConfigurationSelectionDialog(const QString &buildTargetKey, QWidget *parent = nullptr);
|
||||
QString displayName() const;
|
||||
QString executable() const;
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user