summaryrefslogtreecommitdiffstats
path: root/tools/configure/configureapp.h
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-07-06 12:47:12 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-07-22 10:28:29 +0000
commit2152049db0fb1a615dfe46fe6a355abe55a384f3 (patch)
tree6f9f497f8f34f5d68f03cbab7e1365db37562ca5 /tools/configure/configureapp.h
parent6b4496c5f8fdfa7d4b26b221040f151613446de6 (diff)
don't clear the rest of the command line when -redo is used
it's entirely reasonable to extend the saved command line by new arguments. note that these are not saved in turn. Change-Id: I02c1a2b33e93c85b3a29c50de00c2e5334f6ef51 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'tools/configure/configureapp.h')
-rw-r--r--tools/configure/configureapp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure/configureapp.h b/tools/configure/configureapp.h
index bd90ead703..3469b89fc1 100644
--- a/tools/configure/configureapp.h
+++ b/tools/configure/configureapp.h
@@ -152,7 +152,7 @@ private:
QString locateFile(const QString &fileName) const;
bool findFile(const QString &fileName) const { return !locateFile(fileName).isEmpty(); }
static QString findFileInPaths(const QString &fileName, const QStringList &paths);
- void reloadCmdLine();
+ void reloadCmdLine(int idx);
void saveCmdLine();
void addSysroot(QString *command);