diff options
Diffstat (limited to 'src/libs/utils/projectintropage.h')
| -rw-r--r-- | src/libs/utils/projectintropage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/utils/projectintropage.h b/src/libs/utils/projectintropage.h index a43aee75406..4dcdf7cdb50 100644 --- a/src/libs/utils/projectintropage.h +++ b/src/libs/utils/projectintropage.h @@ -47,7 +47,7 @@ public: void setProjectIndex(int index); ProjectInfo currentProjectInfo() const; - bool validateProjectName(const QString &name, QString *errorMessage); + Result<> validateProjectName(const QString &name); // Calls slotChanged() - i.e. tell the page that some of its fields have been updated. // This function is useful if you programmatically update the fields of the page (i.e. from |
